summarylogtreecommitdiffstats
path: root/fix_include_in_test_graph.patch
blob: f7420eac33e07611862be424110710e3f8828b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/tests/Tests_Core/CMakeLists.txt b/tests/Tests_Core/CMakeLists.txt
index 4d1f6a41..7f508061 100644
--- a/tests/Tests_Core/CMakeLists.txt
+++ b/tests/Tests_Core/CMakeLists.txt
@@ -30,7 +30,6 @@ target_link_libraries(
     PRIVATE
     Qt::Gui
     Qt::Test
-    cache
 )
 
 target_include_directories(Tests_Core PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
diff --git a/tests/Tests_Graph/CMakeLists.txt b/tests/Tests_Graph/CMakeLists.txt
index 447d1e19..690e40b4 100644
--- a/tests/Tests_Graph/CMakeLists.txt
+++ b/tests/Tests_Graph/CMakeLists.txt
@@ -30,7 +30,8 @@ target_link_libraries(
     PRIVATE
     Qt::Gui
     Qt::Test
-    Graph
+    core
 )
 
 target_include_directories(Tests_Graph PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
+target_include_directories(Tests_Graph PUBLIC ${CMAKE_SOURCE_DIR}/app/core/include/core/graph)