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