diff options
Diffstat (limited to 'kworldclock/CMakeLists.txt')
-rw-r--r-- | kworldclock/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kworldclock/CMakeLists.txt b/kworldclock/CMakeLists.txt new file mode 100644 index 00000000..a255f2da --- /dev/null +++ b/kworldclock/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2010 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( alt ) +add_subdirectory( bio ) +add_subdirectory( caida ) +add_subdirectory( caida_bw ) +add_subdirectory( mggd ) +add_subdirectory( rainfall ) |