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 9bb702a commit be08dafCopy full SHA for be08daf
cmake/CMakeLists.txt
@@ -7,7 +7,7 @@ target_compile_definitions(IoAbstraction
7
PUBLIC BUILD_FOR_PICO_CMAKE=1 BUILD_PICO_FORCE_UART=1 IO_LOGGING_DEBUG=1
8
)
9
target_include_directories(tcUnicodeHelper PUBLIC
10
- ${PROJECT_SOURCE_DIR}/tcUnicodeHelper/src
+ ${PROJECT_SOURCE_DIR}/lib/tcUnicodeHelper/src
11
12
13
target_link_libraries(tcUnicodeHelper PUBLIC pico_stdlib pico_sync IoAbstraction)
0 commit comments