blob: e6c49a74dab818ae27d917302102d240fd675c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/librss/CMakeLists.txt b/librss/CMakeLists.txt
index b16edfb..2456b38 100644
--- a/librss/CMakeLists.txt
+++ b/librss/CMakeLists.txt
@@ -9,6 +9,8 @@
#
#################################################
+project( librss )
+
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${TDE_INCLUDE_DIR}
@@ -37,3 +39,7 @@ tde_add_library( rss SHARED AUTOMOC
LINK kio-shared
DESTINATION ${LIB_INSTALL_DIR}
)
+
+##### install import cmake modules ###############
+
+tde_install_export( )
|