Skip to content

Commit

Permalink
NoIssue - fix cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Sep 14, 2024
1 parent fe959cc commit d3cefb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target_compile_definitions(SimpleCollections
PUBLIC BUILD_FOR_PICO_CMAKE=1 BUILD_PICO_FORCE_UART=1 IO_LOGGING_DEBUG=1
)
target_include_directories(SimpleCollections PUBLIC
${PROJECT_SOURCE_DIR}/SimpleCollections/src
${PROJECT_SOURCE_DIR}/lib/SimpleCollections/src
)

target_link_libraries(SimpleCollections PUBLIC pico_stdlib pico_sync)

0 comments on commit d3cefb9

Please sign in to comment.