From 525a8eeccf4d65b927fcd98eceefd4f9632d2df5 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 10 Feb 2016 11:34:54 +0100 Subject: Specify link directory for better Windows support --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 178e224..ad1e61c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,8 @@ pkg_check_modules(GLIB2 glib-2.0>=2.28 REQUIRED) pkg_check_modules(GOBJECT2 gobject-2.0>=2.28 REQUIRED) pkg_check_modules(GMODULE2 gmodule-2.0>=2.28 REQUIRED) pkg_check_modules(GIO2 gio-2.0>=2.28 REQUIRED) + +link_directories(${GLIB2_LIBRARY_DIRS}) #}}} #{{{ Common includes include_directories( -- cgit v1.2.1