From 2b035349c31fe64c31d2c050892b117a3a807179 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 15 Jan 2012 16:54:53 -0600 Subject: Add fam/gamin support to tdelibs CMake --- kio/kio/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kio') diff --git a/kio/kio/CMakeLists.txt b/kio/kio/CMakeLists.txt index 9d8790f46..25d4fad83 100644 --- a/kio/kio/CMakeLists.txt +++ b/kio/kio/CMakeLists.txt @@ -25,8 +25,12 @@ include_directories( ${CMAKE_SOURCE_DIR}/kio/kssl ${CMAKE_SOURCE_DIR}/interfaces ${LIBR_INCLUDEDIR} + ${GAMIN_INCLUDEDIR} ) +link_directories( + ${GAMIN_LIBDIR} +) ##### headers ################################### @@ -113,6 +117,7 @@ set( ${target}_SRCS tde_add_library( ${target} STATIC_PIC AUTOMOC SOURCES ${${target}_SRCS} + LINK ${GAMIN_LIBRARIES} ) @@ -130,4 +135,4 @@ if( HAVE_ELFICON ) SOURCES ${${target}_SRCS} ) -endif( HAVE_ELFICON ) \ No newline at end of file +endif( HAVE_ELFICON ) -- cgit v1.2.3