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

fix math::cos

This commit is contained in:
bolero-MURAKAMI 2013-12-18 17:58:27 +09:00
parent 8b42648803
commit aeefee42ee
32 changed files with 527 additions and 527 deletions

View file

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