diff options
Diffstat (limited to 'korganizer/interfaces/CMakeLists.txt')
-rw-r--r-- | korganizer/interfaces/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/korganizer/interfaces/CMakeLists.txt b/korganizer/interfaces/CMakeLists.txt new file mode 100644 index 000000000..713c16c40 --- /dev/null +++ b/korganizer/interfaces/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( calendar ) +add_subdirectory( korganizer ) |