mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
3 lines
180 B
CMake
3 lines
180 B
CMake
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 )
|