From 961f36bb7b23ba3ff6606743ade216f7f56c33da Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 3 Apr 2019 18:19:30 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 307a1a53261669dc8d1d2ee031a8927f64ddb27a) --- pics/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pics/CMakeLists.txt (limited to 'pics') diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt new file mode 100644 index 0000000..cf2e871 --- /dev/null +++ b/pics/CMakeLists.txt @@ -0,0 +1,7 @@ +install( + FILES + kcmldapcontroller_step4.png + kcmldapcontroller_step1.png + + DESTINATION ${SHARE_INSTALL_PREFIX}/pixmaps +) -- cgit v1.2.1