From 044a38c9920d5f09d83a0499680436361cf87ac5 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Fri, 12 Feb 2021 16:13:06 +0100 Subject: Switching to resources for UI elements --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c942c0edc..10cba018e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,13 +357,14 @@ if(NOT GLib_FOUND) message(FATAL_ERROR "GLIB2 library not found") endif(NOT GLib_FOUND) include_directories(${GLib_INCLUDE_DIRS}) +include_directories(${GMODULE_INCLUDE_DIR}) find_package(GTK3 3.14.0 REQUIRED) if(NOT GTK3_FOUND) message(FATAL_ERROR "GTK3 library not found") endif(NOT GTK3_FOUND) include_directories(${GTK3_INCLUDE_DIRS}) -set(GTK_LIBRARIES ${GTK3_LIBRARY} ${GDK3_LIBRARY} ${GDKPixbuf_LIBRARY} ${Pango_LIBRARY} ${Cairo_LIBRARY} ${GObject_LIBRARY} ${GLib_LIBRARY} ${GIO_LIBRARY} ${Gmodule_LIBRARIES}) +set(GTK_LIBRARIES ${GTK3_LIBRARY} ${GDK3_LIBRARY} ${GDKPixbuf_LIBRARY} ${Pango_LIBRARY} ${Cairo_LIBRARY} ${GObject_LIBRARY} ${GLib_LIBRARY} ${GIO_LIBRARY} ${Gmodule_LIBRARIES} ${GMODULE_LIBRARY}) set(CMAKE_THREAD_PREFER_PTHREAD TRUE) -- cgit v1.2.3