mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
Add support for CMake
This commit is contained in:
parent
403e83eaf0
commit
e3cb3bae99
35 changed files with 583 additions and 1 deletions
3
libs/tuple/test/CMakeLists.txt
Normal file
3
libs/tuple/test/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
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 )
|
Loading…
Add table
Add a link
Reference in a new issue