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 2fa78d4 commit 2bb3408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ add_library(tcMenu
../src/remote/BaseRemoteComponents.cpp
)

target_compile_definitions(IoAbstraction
target_compile_definitions(tcMenu
PUBLIC BUILD_FOR_PICO_CMAKE=1 BUILD_PICO_FORCE_UART=1 IO_LOGGING_DEBUG=1
)

target_include_directories(tcMenu PUBLIC
${PROJECT_SOURCE_DIR}/tcMenu/src
${PROJECT_SOURCE_DIR}/lib/tcMenu/src
)

target_link_libraries(tcMenu PUBLIC pico_stdlib pico_sync IoAbstraction TaskManagerIO tcUnicodeHelper)

0 comments on commit 2bb3408

Please sign in to comment.