We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb846f commit 826eee8Copy full SHA for 826eee8
CMakeLists.txt
@@ -33,6 +33,7 @@ set(SOURCES
33
add_library(tokenizer_lib STATIC ${SOURCES})
34
target_include_directories(tokenizer_lib PUBLIC include third_party)
35
target_link_libraries(tokenizer_lib onig)
36
+target_compile_definitions(tokenizer_lib PUBLIC UTF8PROC_STATIC)
37
38
# Executable for testing
39
add_executable(test_main tests/test_main.cpp)
0 commit comments