1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/libs/tuple/test/CMakeLists.txt

4 lines
171 B
Text
Raw Normal View History

2013-12-18 08:58:27 +00: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 )