1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/libs/array/test/CMakeLists.txt
bolero-MURAKAMI aeefee42ee fix math::cos
2013-12-18 17:58:27 +09:00

3 lines
171 B
CMake

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 )