enable ctest feature

This commit is contained in:
falsycat 2023-07-30 08:43:53 +09:00
parent 4649bc3c52
commit 1986a8e854

View File

@ -6,6 +6,8 @@ set(CMAKE_CXX_STANDARD 23)
option(SANITIZER "ADDRESS or THREAD" "THREAD")
include(CTest)
# all targets should link to this to use common compile options
add_library(nf7_config INTERFACE EXCLUDE_FROM_ALL)
target_include_directories(nf7_config