From 1c104292188541106338d4940b0f04beeb4301a0 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 1 May 2011 21:43:45 +0000 Subject: [kdesdk/kbabel] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1230056 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbabel/CMakeLists.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kbabel/CMakeLists.txt (limited to 'kbabel/CMakeLists.txt') diff --git a/kbabel/CMakeLists.txt b/kbabel/CMakeLists.txt new file mode 100644 index 00000000..fd19161d --- /dev/null +++ b/kbabel/CMakeLists.txt @@ -0,0 +1,21 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include( ConfigureChecks.cmake ) + +add_subdirectory( common ) +add_subdirectory( filters ) +add_subdirectory( datatools ) +add_subdirectory( kbabeldict ) +add_subdirectory( commonui ) +add_subdirectory( catalogmanager ) +add_subdirectory( kbabel ) +add_subdirectory( addons ) -- cgit v1.2.1