diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 14:43:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 14:43:11 -0600 |
commit | 4988ec1a102e4e80aa4675c9157a80725c3c2dba (patch) | |
tree | c92ca0102dee219ef801d530e46c5234fbd26e20 /plugins/CMakeLists.txt | |
parent | 44bff95885fd2ad8d17e4b4f95f53e181b774028 (diff) | |
download | kbfx-4988ec1a102e4e80aa4675c9157a80725c3c2dba.tar.gz kbfx-4988ec1a102e4e80aa4675c9157a80725c3c2dba.zip |
Initial attempt at using the standard CMake system
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r-- | plugins/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt new file mode 100644 index 0000000..14350db --- /dev/null +++ b/plugins/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( applications ) +add_subdirectory( common ) +add_subdirectory( plasmoids ) +add_subdirectory( recentstuff ) +add_subdirectory( settings ) +add_subdirectory( strigi )
\ No newline at end of file |