Support utf-8

This commit is contained in:
2026-01-19 21:39:41 +08:00
parent 4247a59146
commit 57def6137b
6 changed files with 129 additions and 32 deletions

View File

@@ -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