blob: a55e710cc0f7858b5c901b795d001ec99fcc2d61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|