move in bitset and test
This commit is contained in:
14
test/CMakeLists.txt
Normal file
14
test/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
cmake_minimum_required(VERSION 3.9...3.24 FATAL_ERROR)
|
||||
|
||||
project(solanaceae)
|
||||
|
||||
add_executable(solanaceae_util_bitset_test
|
||||
./bitset_tests.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(solanaceae_util_bitset_test PUBLIC
|
||||
solanaceae_util
|
||||
)
|
||||
|
||||
add_test(NAME solanaceae_util_bitset_test COMMAND solanaceae_util_bitset_test)
|
||||
|
||||
Reference in New Issue
Block a user