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