1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

Add support for CMake

This commit is contained in:
Fadis 2013-11-28 02:10:47 +09:00
parent 403e83eaf0
commit e3cb3bae99
35 changed files with 583 additions and 1 deletions

1
libs/weed/CMakeLists.txt Normal file
View file

@ -0,0 +1 @@
subdirs( example )

View file

@ -0,0 +1,4 @@
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" )