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