diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 7955536b50..40a27018f6 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -36,4 +36,15 @@ target_link_libraries( property_tree ${wxWidgets_LIBRARIES} ) + +add_executable( utf8_tests + EXCLUDE_FROM_ALL + utf8_tests.cpp + ) +target_link_libraries( utf8_tests + common + ${wxWidgets_LIBRARIES} + ) + + add_subdirectory( io_benchmark )