From cd594cdec01477dc3a92dabff8fce3852058e3dc Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Wed, 25 Aug 2021 20:05:50 +0200 Subject: [PATCH] common: add linking to label E.g. lib/common/postproc.c uses placeLabels from lib/label/xlabels.c. This removes the need to link to label for downstream libraries that do not explicitly use label. --- lib/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/CMakeLists.txt b/lib/common/CMakeLists.txt index 93d308349..9761866ed 100644 --- a/lib/common/CMakeLists.txt +++ b/lib/common/CMakeLists.txt @@ -117,6 +117,7 @@ add_library(common STATIC target_link_libraries(common PRIVATE cgraph pathplan + label xdot ) -- 2.40.0