]> granicus.if.org Git - graphviz/commitdiff
plugin/core: add linking to xdot
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 28 Aug 2021 05:26:25 +0000 (07:26 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Aug 2021 05:41:28 +0000 (07:41 +0200)
E.g. plugin/core/gvrender_core_dot.c uses parseXDot from
lib/xdot/xdot.c.

This will allow removal of unecessary linking to xdot in gvc in an
upcoming commit.

plugin/core/CMakeLists.txt

index 2f003e7791863b971e7bede8a124074095bf69de..b9174964fbf142a9511ef1098704c0c22e6a7417 100644 (file)
@@ -43,6 +43,7 @@ target_link_libraries(gvplugin_core
     cdt
     cgraph
     gvc
+    xdot
 )
 
 # Installation location of library files