diff options
Diffstat (limited to 'filesharing/advanced/CMakeLists.txt')
-rw-r--r-- | filesharing/advanced/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/filesharing/advanced/CMakeLists.txt b/filesharing/advanced/CMakeLists.txt new file mode 100644 index 00000000..d4c7d970 --- /dev/null +++ b/filesharing/advanced/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (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( nfs ) +add_subdirectory( kcm_sambaconf ) +add_subdirectory( propsdlgplugin ) |