diff options
Diffstat (limited to 'kworldwatch/maps/depths/CMakeLists.txt')
-rw-r--r-- | kworldwatch/maps/depths/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kworldwatch/maps/depths/CMakeLists.txt b/kworldwatch/maps/depths/CMakeLists.txt new file mode 100644 index 0000000..44405bc --- /dev/null +++ b/kworldwatch/maps/depths/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES depths.desktop 400.jpg 800.jpg + DESTINATION + ${DATA_INSTALL_DIR}/kworldclock/maps/depths +) + |