mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
5 lines
304 B
Text
5 lines
304 B
Text
|
add_executable( libs_weed_example_as_tuple as_tuple.cpp )
|
||
|
set_target_properties( libs_weed_example_as_tuple PROPERTIES OUTPUT_NAME "as_tuple" )
|
||
|
add_executable( libs_weed_example_remove_space remove_space.cpp )
|
||
|
set_target_properties( libs_weed_example_remove_space PROPERTIES OUTPUT_NAME "remove_space" )
|