1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
Sprout/libs/tuple/test/CMakeLists.txt

4 lines
171 B
Text
Raw Normal View History

2013-12-18 17:58:27 +09:00
add_executable( libs_tuple_test_tuple tuple.cpp )
set_target_properties( libs_tuple_test_tuple PROPERTIES OUTPUT_NAME "tuple" )
add_test( libs_tuple_test_tuple tuple )