summaryrefslogtreecommitdiffstats
path: root/backgrounds/crystal
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-02-16 13:34:44 +0100
committerSlávek Banko <[email protected]>2019-03-02 11:41:03 +0100
commitf9440f0f509ffa5046a0c48f97d1f847577e06df (patch)
treee35ced7099406afbedf65779fcb0c6856754b83d /backgrounds/crystal
parent3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff)
downloadkooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.tar.gz
kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'backgrounds/crystal')
-rw-r--r--backgrounds/crystal/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/backgrounds/crystal/CMakeLists.txt b/backgrounds/crystal/CMakeLists.txt
new file mode 100644
index 0000000..68bf2f9
--- /dev/null
+++ b/backgrounds/crystal/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
+
+install(
+ FILES ${_pics}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds/crystal
+)