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 --- kspell2/plugins/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kspell2/plugins/CMakeLists.txt (limited to 'kspell2/plugins/CMakeLists.txt') diff --git a/kspell2/plugins/CMakeLists.txt b/kspell2/plugins/CMakeLists.txt new file mode 100644 index 000000000..062d033d2 --- /dev/null +++ b/kspell2/plugins/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +if( WITH_ASPELL ) + add_subdirectory( aspell ) +endif(WITH_ASPELL) + +if( WITH_HSPELL ) + add_subdirectory( hspell ) +endif(WITH_HSPELL) + +add_subdirectory( ispell ) -- cgit v1.2.1