diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-15 16:54:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-15 16:54:53 -0600 |
commit | 2b035349c31fe64c31d2c050892b117a3a807179 (patch) | |
tree | 0ebd2ee45b2bd32a7e3800556fde6cf4c8777f66 /kio | |
parent | 98fd239bd75a129965c0d4f56a4cc5bad3e0a175 (diff) | |
download | tdelibs-2b035349c31fe64c31d2c050892b117a3a807179.tar.gz tdelibs-2b035349c31fe64c31d2c050892b117a3a807179.zip |
Add fam/gamin support to tdelibs CMake
Diffstat (limited to 'kio')
-rw-r--r-- | kio/kio/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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 ) |