implement attach and launch
This commit is contained in:
@@ -10,7 +10,7 @@ include(CTest)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(tools)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
if (BUILD_TESTING)
|
||||
find_package(Catch2 CONFIG REQUIRED)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user