move bitset to util

This commit is contained in:
2024-06-25 12:45:28 +02:00
parent e9e38db1d5
commit 0b4041db7e
4 changed files with 9 additions and 360 deletions

View File

@@ -81,13 +81,13 @@ message("II SOLANACEAE_NGCFT1_SHA1_BUILD_TESTING " ${SOLANACEAE_NGCFT1_SHA1_BUIL
if (SOLANACEAE_NGCFT1_SHA1_BUILD_TESTING)
include(CTest)
add_executable(bitset_tests
./solanaceae/ngc_ft1_sha1/bitset_tests.cpp
)
#add_executable(bitset_tests
# ./solanaceae/ngc_ft1_sha1/bitset_tests.cpp
#)
target_link_libraries(bitset_tests PUBLIC
solanaceae_sha1_ngcft1
)
#target_link_libraries(bitset_tests PUBLIC
# solanaceae_sha1_ngcft1
#)
endif()