implement attach and launch

This commit is contained in:
2025-11-17 08:07:40 -08:00
parent 8e1842d412
commit 22f031c268
12 changed files with 327 additions and 39 deletions

View File

@@ -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 ()