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
This commit is contained in:
bgk 2008-08-27 15:01:38 +00:00
parent 020c52a4f5
commit c93a0a4899
1 changed files with 6 additions and 0 deletions

View File

@ -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 (