diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-08-20 11:19:12 +0400 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-29 19:30:36 +0200 |
commit | ba5d635c07a1d21e5305f67ae5a02d4d52293141 (patch) | |
tree | 5e5888866029301be48991e6a37b179168e4a7db | |
parent | 2b313a81f149fe6b9bbf087d5a751f61b5c844e5 (diff) | |
download | tdebase-ba5d635c07a1d21e5305f67ae5a02d4d52293141.tar.gz tdebase-ba5d635c07a1d21e5305f67ae5a02d4d52293141.zip |
Make kate install exported cmake targets
This resolves Bug 1638
-rw-r--r-- | kate/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kate/CMakeLists.txt b/kate/CMakeLists.txt index e3d6d6568..2946821d1 100644 --- a/kate/CMakeLists.txt +++ b/kate/CMakeLists.txt @@ -1,5 +1,12 @@ +project( kate ) + add_subdirectory( utils ) add_subdirectory( interfaces ) add_subdirectory( app ) add_subdirectory( data ) add_subdirectory( pics ) + + +##### install import cmake modules ############### + +tde_install_export( ) |