7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 22:23:43 +00:00

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

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 )