aboutsummaryrefslogtreecommitdiff
path: root/ports/rp2/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rp2/CMakeLists.txt')
-rw-r--r--ports/rp2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
index 5f3cdebd8..100a83409 100644
--- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt
@@ -148,9 +148,9 @@ target_sources(${MICROPY_TARGET} PRIVATE
target_link_libraries(${MICROPY_TARGET} usermod)
target_include_directories(${MICROPY_TARGET} PRIVATE
+ ${MICROPY_INC_CORE}
${MICROPY_INC_USERMOD}
"${PROJECT_SOURCE_DIR}"
- "${MICROPY_DIR}"
"${CMAKE_BINARY_DIR}"
)