diff options
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 ) |