diff options
Diffstat (limited to 'kandy/CMakeLists.txt')
-rw-r--r-- | kandy/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kandy/CMakeLists.txt b/kandy/CMakeLists.txt new file mode 100644 index 000000000..ff11f9fa2 --- /dev/null +++ b/kandy/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (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( src ) +add_subdirectory( profiles ) |