diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-01 14:09:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 04:21:20 +0100 |
commit | 0b2c4d9d78db599b2232cbdf79b8dc0eb1412182 (patch) | |
tree | 82a7b29fc842b198b87fe15d9fa3820c084730ec /src/themes/Architecture/CMakeLists.txt | |
parent | ef642b4147395641732446151426119d3e0aa5fe (diff) | |
download | ksplash-engine-moodin-0b2c4d9d78db599b2232cbdf79b8dc0eb1412182.tar.gz ksplash-engine-moodin-0b2c4d9d78db599b2232cbdf79b8dc0eb1412182.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit ec807a6bae192e677cefa55c906b5c7bcecc2960)
Diffstat (limited to 'src/themes/Architecture/CMakeLists.txt')
-rw-r--r-- | src/themes/Architecture/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/themes/Architecture/CMakeLists.txt b/src/themes/Architecture/CMakeLists.txt new file mode 100644 index 0000000..90bc1fb --- /dev/null +++ b/src/themes/Architecture/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} Background.jpg Theme.rc + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Architecture +) |