From e4238a93a03d170b257d0fe8dcf0b5de0f7c4592 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 25 May 2020 16:44:49 -0400 Subject: [PATCH] src/CMakeLists.txt includes gtk ... ... not relying on prior inclusion of lib-src/FileDialog --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5998ffa18..c61f6a2cf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1084,6 +1084,7 @@ list( APPEND LIBRARIES $<$:libvamp> # $<$:libvamp-hostsdk> $<$:PkgConfig::GLIB> + $<$:PkgConfig::GTK> $<$:z> $<$:pthread> )