6ddba32f48
Former-commit-id: fa7407621e839f87613476596c6589aeceb9d796
8 lines
183 B
CMake
8 lines
183 B
CMake
add_library(utf8case-tests
|
|
range_based_case_converter_tests.cpp
|
|
simple_convert_tests.cpp
|
|
special_casing_converter_tests.cpp
|
|
)
|
|
|
|
target_link_libraries(utf8case-tests utf8case)
|