Add CMakeLists.txt build support for tools/utf8_tests.cpp

This commit is contained in:
Dick Hollenbeck 2017-07-24 09:01:02 -05:00 committed by Wayne Stambaugh
parent 19e6bde09a
commit a5f57d8b0b
1 changed files with 11 additions and 0 deletions

View File

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