diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-22 18:19:18 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-22 18:25:08 +0100 |
commit | 14f7445dfd828869ab53979b02304209eee0afdf (patch) | |
tree | d7fc061ffd5860527dbe1faeb9664fc6767e7825 /librss | |
parent | bf8b1626f6831310bb66bf84f09c2a026cc5a2ee (diff) | |
download | tdenetwork-14f7445dfd828869ab53979b02304209eee0afdf.tar.gz tdenetwork-14f7445dfd828869ab53979b02304209eee0afdf.zip |
Fix cmake build: add missing librss export
Thanks to Fat-Zer
Diffstat (limited to 'librss')
-rw-r--r-- | librss/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librss/CMakeLists.txt b/librss/CMakeLists.txt index b16edfb1..2456b38d 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( ) |