Add CMakeLists.txt build support for tools/utf8_tests.cpp
This commit is contained in:
parent
19e6bde09a
commit
a5f57d8b0b
|
@ -36,4 +36,15 @@ target_link_libraries( property_tree
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
add_executable( utf8_tests
|
||||||
|
EXCLUDE_FROM_ALL
|
||||||
|
utf8_tests.cpp
|
||||||
|
)
|
||||||
|
target_link_libraries( utf8_tests
|
||||||
|
common
|
||||||
|
${wxWidgets_LIBRARIES}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
add_subdirectory( io_benchmark )
|
add_subdirectory( io_benchmark )
|
||||||
|
|
Loading…
Reference in New Issue