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 +1 @@
subdirs( test )
subdirs( test )

View file

@ -1,3 +1,3 @@
add_executable( libs_array_test_array array.cpp )
set_target_properties( libs_array_test_array PROPERTIES OUTPUT_NAME "array" )
add_test( libs_array_test_array array )
add_executable( libs_array_test_array array.cpp )
set_target_properties( libs_array_test_array PROPERTIES OUTPUT_NAME "array" )
add_test( libs_array_test_array array )