From ba5d635c07a1d21e5305f67ae5a02d4d52293141 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 20 Aug 2013 11:19:12 +0400 Subject: [PATCH] Make kate install exported cmake targets This resolves Bug 1638 --- kate/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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( )