We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681574b commit b375d7fCopy full SHA for b375d7f
src/host/pico_runtime/CMakeLists.txt
@@ -1,5 +1,7 @@
1
pico_add_library(pico_runtime)
2
3
+target_sources(pico_runtime INTERFACE ${CMAKE_CURRENT_LIST_DIR}/runtime.c)
4
+
5
target_include_directories(pico_runtime_headers SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
6
7
pico_mirrored_target_link_libraries(pico_runtime INTERFACE
0 commit comments