--- test/CMakeLists.txt.orig 2025-10-09 16:38:20 UTC +++ test/CMakeLists.txt @@ -4,6 +4,8 @@ endif() find_package(Qt5 COMPONENTS Test) endif() +find_package(Catch2 REQUIRED) + add_executable(test_nodes test_main.cpp src/TestAbstractGraphModel.cpp