diff options
Diffstat (limited to 'kworldclock')
-rw-r--r-- | kworldclock/CMakeLists.txt | 17 | ||||
-rw-r--r-- | kworldclock/alt/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kworldclock/bio/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kworldclock/caida/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kworldclock/caida_bw/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kworldclock/mggd/CMakeLists.txt | 18 | ||||
-rw-r--r-- | kworldclock/rainfall/CMakeLists.txt | 18 |
7 files changed, 125 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 ) diff --git a/kworldclock/alt/CMakeLists.txt b/kworldclock/alt/CMakeLists.txt new file mode 100644 index 00000000..c65496fb --- /dev/null +++ b/kworldclock/alt/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1200.jpg + 200.jpg + 400.jpg + 800.jpg + alt.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/alt" ) diff --git a/kworldclock/bio/CMakeLists.txt b/kworldclock/bio/CMakeLists.txt new file mode 100644 index 00000000..4c6d195e --- /dev/null +++ b/kworldclock/bio/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1600.jpg + 200.jpg + 400.jpg + 800.jpg + bio.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/bio" ) diff --git a/kworldclock/caida/CMakeLists.txt b/kworldclock/caida/CMakeLists.txt new file mode 100644 index 00000000..7a7f5764 --- /dev/null +++ b/kworldclock/caida/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1280.jpg + 200.jpg + 400.jpg + 800.jpg + caida.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/caida" ) diff --git a/kworldclock/caida_bw/CMakeLists.txt b/kworldclock/caida_bw/CMakeLists.txt new file mode 100644 index 00000000..26ee188c --- /dev/null +++ b/kworldclock/caida_bw/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1280.jpg + 200.jpg + 400.jpg + 800.jpg + caida_bw.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/caida_bw" ) diff --git a/kworldclock/mggd/CMakeLists.txt b/kworldclock/mggd/CMakeLists.txt new file mode 100644 index 00000000..42f6e891 --- /dev/null +++ b/kworldclock/mggd/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1440.jpg + 200.jpg + 400.jpg + 800.jpg + mggd.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/mggd" ) diff --git a/kworldclock/rainfall/CMakeLists.txt b/kworldclock/rainfall/CMakeLists.txt new file mode 100644 index 00000000..2cd781cf --- /dev/null +++ b/kworldclock/rainfall/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + 1600.jpg + 200.jpg + 400.jpg + 800.jpg + rainfall.desktop + DESTINATION "${DATA_INSTALL_DIR}/kworldclock/maps/rainfall" ) |