Sprout/libs/string/example/CMakeLists.txt

7 lines
532 B
Text
Raw Normal View History

2013-11-27 17:10:47 +00:00
add_executable( libs_string_example_c_str_to_sprout_string c_str_to_sprout_string.cpp )
set_target_properties( libs_string_example_c_str_to_sprout_string PROPERTIES OUTPUT_NAME "c_str_to_sprout_string" )
add_executable( libs_string_example_literals_to_string literals_to_string.cpp )
set_target_properties( libs_string_example_literals_to_string PROPERTIES OUTPUT_NAME "literals_to_string" )
add_executable( libs_string_example_simple simple.cpp )
set_target_properties( libs_string_example_simple PROPERTIES OUTPUT_NAME "simple" )