From: Magnus Jacobsson Date: Sun, 29 Aug 2021 15:47:13 +0000 (+0200) Subject: sfdpgen: add linking to sparse X-Git-Tag: 2.49.1~52^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bdc1254466cdc3d9e9ae88b9e5ccbf32212e6f;p=graphviz sfdpgen: add linking to sparse E.g. lib/sfdpgen/Multilevel.c uses random_permutation from lib/sparse/general.c. --- diff --git a/lib/sfdpgen/CMakeLists.txt b/lib/sfdpgen/CMakeLists.txt index 239c695da..d52b6cfa8 100644 --- a/lib/sfdpgen/CMakeLists.txt +++ b/lib/sfdpgen/CMakeLists.txt @@ -35,6 +35,7 @@ target_include_directories(sfdpgen PRIVATE target_link_libraries(sfdpgen PRIVATE gvc + sparse ) endif (with_sfdp)