diff options
Diffstat (limited to 'kworldclock/rainfall/CMakeLists.txt')
-rw-r--r-- | kworldclock/rainfall/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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" ) |