From f9440f0f509ffa5046a0c48f97d1f847577e06df Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 16 Feb 2019 13:34:44 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- backgrounds/fadeout2/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backgrounds/fadeout2/CMakeLists.txt (limited to 'backgrounds/fadeout2') diff --git a/backgrounds/fadeout2/CMakeLists.txt b/backgrounds/fadeout2/CMakeLists.txt new file mode 100644 index 0000000..b66689b --- /dev/null +++ b/backgrounds/fadeout2/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds/fadeout2 +) -- cgit v1.2.1