diff options
Diffstat (limited to 'juk/pics/CMakeLists.txt')
-rw-r--r-- | juk/pics/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/juk/pics/CMakeLists.txt b/juk/pics/CMakeLists.txt new file mode 100644 index 00000000..43ac8c36 --- /dev/null +++ b/juk/pics/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2017 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( + FILES playing.png splash.png yahoo_credit.png + DESTINATION ${DATA_INSTALL_DIR}/juk/pics +) |