summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-10 11:34:54 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-10 11:34:54 +0100
commit525a8eeccf4d65b927fcd98eceefd4f9632d2df5 (patch)
treeb59def4a86ebcc39cfde80c82fd4e871616df2bd
parent5d1c14d90b8744eba37f395589d9222a3fd41cdd (diff)
downloadlibuca-525a8eeccf4d65b927fcd98eceefd4f9632d2df5.tar.gz
libuca-525a8eeccf4d65b927fcd98eceefd4f9632d2df5.tar.bz2
libuca-525a8eeccf4d65b927fcd98eceefd4f9632d2df5.tar.xz
libuca-525a8eeccf4d65b927fcd98eceefd4f9632d2df5.zip
Specify link directory for better Windows support
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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(