From e62af3a1aec27983c652f01d6d037b07d6e738bb Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 25 Jun 2021 22:12:38 +0300 Subject: Added rule for extra/ directory and set pics destination to separate subdirectory. Signed-off-by: Mavridis Philippe --- extra/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 extra/CMakeLists.txt (limited to 'extra/CMakeLists.txt') 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 +) -- cgit v1.2.1