From c93a0a48996d312966ab4d2375ab4da5f944158b Mon Sep 17 00:00:00 2001 From: bgk Date: Wed, 27 Aug 2008 15:01:38 +0000 Subject: [PATCH] CMake : Use gtkmm library path from pkg-config git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@647 a31d4220-a93d-0410-bf67-fe4944624d44 --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93baa868..4c6698cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,6 +235,12 @@ IF( CAN_BUILD_GVBAM ) ${GTKGLMM_INCLUDE_DIRS} ${GLADEMM_INCLUDE_DIRS} ) + + LINK_DIRECTORIES( + ${GTKMM_LIBRARY_DIRS} + ${GTKGLMM_LIBRARY_DIRS} + ${GLADEMM_LIBRARY_DIRS} + ) ENDIF( CAN_BUILD_GVBAM ) ADD_LIBRARY (