Support utf-8
This commit is contained in:
@@ -36,6 +36,7 @@ endif()
|
||||
|
||||
target_include_directories(libcamellya PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
||||
|
||||
|
||||
if(CAMELLYA_BUILD_CLI)
|
||||
add_executable(camellya
|
||||
cli/main.cpp
|
||||
@@ -61,6 +62,7 @@ if(CAMELLYA_BUILD_TESTS)
|
||||
|
||||
add_executable(camellya_tests
|
||||
tests/test_basic.cpp
|
||||
tests/test_utf8.cpp
|
||||
)
|
||||
|
||||
target_include_directories(camellya_tests
|
||||
|
||||
Reference in New Issue
Block a user