CMakeLists.txt 102 Bytes
Newer Older
1 2
add_library(catch2 INTERFACE)
target_include_directories(catch2 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})