mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
9 lines
578 B
Text
9 lines
578 B
Text
|
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" )
|