From afdfc9b17d1a626fecbfb3ac4c5828beea6fec47 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 8 May 2019 14:46:23 +0200 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 --- part/pics/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 part/pics/CMakeLists.txt (limited to 'part/pics') diff --git a/part/pics/CMakeLists.txt b/part/pics/CMakeLists.txt new file mode 100644 index 0000000..e7d1781 --- /dev/null +++ b/part/pics/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics +) -- cgit v1.2.1