mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
Add support for CMake
This commit is contained in:
parent
403e83eaf0
commit
e3cb3bae99
35 changed files with 583 additions and 1 deletions
8
libs/random/example/CMakeLists.txt
Normal file
8
libs/random/example/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
add_executable( libs_random_example_array array.cpp )
|
||||
set_target_properties( libs_random_example_array PROPERTIES OUTPUT_NAME "array" )
|
||||
#add_executable( libs_random_example_distribution distribution.cpp )
|
||||
#set_target_properties( libs_random_example_distribution PROPERTIES OUTPUT_NAME "distribution" )
|
||||
#add_executable( libs_random_example_random random.cpp )
|
||||
#set_target_properties( libs_random_example_random PROPERTIES OUTPUT_NAME "random" )
|
||||
#add_executable( libs_random_example_seed seed.cpp )
|
||||
#set_target_properties( libs_random_example_seed PROPERTIES OUTPUT_NAME "seed" )
|
Loading…
Add table
Add a link
Reference in a new issue