From b61321d2eb7a953031bec5e70abce0ac7ade1491 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Thu, 15 Jul 2021 18:29:50 +0200 Subject: [PATCH] [nfc] add dependency to the gvc library for all tests The tests directly use gvc so this is correct, although it worked even before this change since gvc was available through other libraries. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b89914049..b943803bd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -22,6 +22,7 @@ target_link_libraries(test_common PUBLIC gvplugin_gd gvplugin_neato_layout cgraph + gvc ) macro(create_test testname) -- 2.40.0