We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ce7b commit 8fa1553Copy full SHA for 8fa1553
1 file changed
src/graph_transformations/CMakeLists.txt
@@ -1,3 +1,3 @@
1
file(GLOB_RECURSE graphT_src *.cpp)
2
add_library(graphT_lib STATIC "${GRAPHT_HEADERS}" "${graphT_src}")
3
-target_link_libraries(graphT_lib PUBLIC graph_lib TBB_unified)
+target_link_libraries(graphT_lib PUBLIC graph_lib layers_fused_lib TBB_unified)
0 commit comments