Skip to content

Commit be08daf

Browse files
committed
NoIssue - Fix to cmake file.
1 parent 9bb702a commit be08daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target_compile_definitions(IoAbstraction
77
PUBLIC BUILD_FOR_PICO_CMAKE=1 BUILD_PICO_FORCE_UART=1 IO_LOGGING_DEBUG=1
88
)
99
target_include_directories(tcUnicodeHelper PUBLIC
10-
${PROJECT_SOURCE_DIR}/tcUnicodeHelper/src
10+
${PROJECT_SOURCE_DIR}/lib/tcUnicodeHelper/src
1111
)
1212

1313
target_link_libraries(tcUnicodeHelper PUBLIC pico_stdlib pico_sync IoAbstraction)

0 commit comments

Comments
 (0)