From 7ffba8afee76edba6433d97864119501731742e8 Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 5 Oct 2010 19:41:05 +0000 Subject: [kdelibs] added initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/plugins/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kate/plugins/CMakeLists.txt (limited to 'kate/plugins/CMakeLists.txt') diff --git a/kate/plugins/CMakeLists.txt b/kate/plugins/CMakeLists.txt new file mode 100644 index 000000000..dab636d17 --- /dev/null +++ b/kate/plugins/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( isearch ) +add_subdirectory( insertfile ) +add_subdirectory( kdatatool ) +add_subdirectory( wordcompletion ) -- cgit v1.2.1