]> granicus.if.org Git - graphviz/commitdiff
lib/topfish: missing CMake dependencies
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Mar 2022 02:03:51 +0000 (19:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 05:31:13 +0000 (22:31 -0700)
This seems to have been broken since CMake support for lib/topfish was
introduced in 45893ca105777e1c5b97788cd169e400250ffa1f. But it was never noticed
because there is no executable in the CMake build system that links against
topfish yet.

Gitlab: #1836

lib/topfish/CMakeLists.txt

index ebc669b8b5e7de717e32708590c8083fc98cdc86..eebf871c1d23206bd8827579e0ecfe7c406fc07a 100644 (file)
@@ -14,4 +14,9 @@ if(with_smyrna)
     ${GRAPHVIZ_LIB_DIR}/common
   )
 
+  target_link_libraries(topfish PRIVATE
+    gvc
+    neatogen
+  )
+
 endif()