1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/libs/string/test/CMakeLists.txt

4 lines
177 B
Text
Raw Normal View History

2013-11-27 17:10:47 +00:00
add_executable( libs_string_test_string string.cpp )
set_target_properties( libs_string_test_string PROPERTIES OUTPUT_NAME "string" )
add_test( libs_string_test_string string )