diff options
author | Mavridis Philippe <[email protected]> | 2021-06-25 22:12:38 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-06-25 22:12:38 +0300 |
commit | e62af3a1aec27983c652f01d6d037b07d6e738bb (patch) | |
tree | 1d3b3e9382abae5d25a4ddce9c876b96594edf72 /extra | |
parent | 1926f4197c5314bb14c5894c4ccf8dc92ec270dd (diff) | |
download | twin-style-suse2-e62af3a1aec27983c652f01d6d037b07d6e738bb.tar.gz twin-style-suse2-e62af3a1aec27983c652f01d6d037b07d6e738bb.zip |
Added rule for extra/ directory and set pics destination to separate subdirectory.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt new file mode 100644 index 0000000..0860b02 --- /dev/null +++ b/extra/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB PICS ${CMAKE_CURRENT_SOURCE_DIR}/*.png) + +install( + FILES ${PICS} + DESTINATION ${DATA_INSTALL_DIR}/twin/pics/SUSE2 +) |