From 776c350eb654c78a21a6163dcc82d802039c76e6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:07:12 -0500 Subject: make LaunchBrowser better --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2452ead..94414f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ find_library(GTKMM_LIBRARY gtkmm) include_directories(${GTKMM_INCLUDE_DIRS}) find_library(GLIB_LIBRARY glib-2.0) +find_library(GTK_LIBRARY gtk-3.0) find_path(GLIBMM_INCLUDE_DIRS glibmm.h) find_library(GLIBMM_LIBRARY glibmm) @@ -91,6 +92,7 @@ target_link_libraries(abaddon ${ATKMM_LIBRARY}) target_link_libraries(abaddon ${CURL_LIBRARY}) target_link_libraries(abaddon ${CPR_LIBRARY}) target_link_libraries(abaddon ${ZLIB_LIBRARY}) +target_link_libraries(abaddon ${GTK_LIBRARY}) if(NOT DISABLE_MBEDTLS) target_link_libraries(abaddon ${MBEDTLS_TLS_LIBRARY}) target_link_libraries(abaddon ${MBEDTLS_X509_LIBRARY}) -- cgit v1.2.3