]> granicus.if.org Git - graphviz/commitdiff
neatogen: add linking to pathplan
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 29 Aug 2021 15:59:40 +0000 (17:59 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Aug 2021 15:51:09 +0000 (17:51 +0200)
E.g. lib/neatogen/multispline.c uses Proutespline from
lib/pathplan/route.c.

lib/neatogen/CMakeLists.txt

index 722d413b1e305f4871de582deebf685dc74b0299..3f3946e7d68f33744807ceb6b9caa9354bc3d8e4 100644 (file)
@@ -103,4 +103,5 @@ target_include_directories(neatogen PRIVATE
 
 target_link_libraries(neatogen PRIVATE
     cgraph
+    pathplan
 )