We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b60d7b + 46654f2 commit d514becCopy full SHA for d514bec
1 file changed
cmake/CMakeLists.txt
@@ -1,4 +1,7 @@
1
-add_library(tcUnicodeHelper
+
2
+cmake_minimum_required(VERSION 3.13)
3
4
+add_library(tcUnicodeHelper
5
../src/tcUnicodeHelper.cpp
6
../src/Utf8TextProcessor.cpp
7
)
@@ -7,7 +10,7 @@ target_compile_definitions(IoAbstraction
10
PUBLIC BUILD_FOR_PICO_CMAKE=1 BUILD_PICO_FORCE_UART=1 IO_LOGGING_DEBUG=1
8
11
9
12
target_include_directories(tcUnicodeHelper PUBLIC
- ${PROJECT_SOURCE_DIR}/lib/tcUnicodeHelper/src
13
+ ../src
14
15
16
target_link_libraries(tcUnicodeHelper PUBLIC pico_stdlib pico_sync IoAbstraction)
0 commit comments