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