Skip to content

Commit b375d7f

Browse files
committed
wow; runtime.c has been missing from host/pico_runtime for a while
1 parent 681574b commit b375d7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/host/pico_runtime/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pico_add_library(pico_runtime)
22

3+
target_sources(pico_runtime INTERFACE ${CMAKE_CURRENT_LIST_DIR}/runtime.c)
4+
35
target_include_directories(pico_runtime_headers SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
46

57
pico_mirrored_target_link_libraries(pico_runtime INTERFACE

0 commit comments

Comments
 (0)