From 2578c13462d6ff5f6da401c62b24c461b3b445ca Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 25 Feb 2020 15:05:47 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- backgrounds/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backgrounds/CMakeLists.txt (limited to 'backgrounds') diff --git a/backgrounds/CMakeLists.txt b/backgrounds/CMakeLists.txt new file mode 100644 index 0000000..1b00835 --- /dev/null +++ b/backgrounds/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pngs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pngs} alien-artifact.png.config + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds +) -- cgit v1.2.1