diff options
Diffstat (limited to 'kmrml/CMakeLists.txt')
-rw-r--r-- | kmrml/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kmrml/CMakeLists.txt b/kmrml/CMakeLists.txt new file mode 100644 index 00000000..3401365d --- /dev/null +++ b/kmrml/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include( ConfigureChecks.cmake ) + +add_subdirectory ( kmrml ) |