1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/libs/weed/example/CMakeLists.txt
bolero-MURAKAMI aeefee42ee fix math::cos
2013-12-18 17:58:27 +09:00

4 lines
308 B
CMake

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" )