From 27c48d17115d47cf2bf2c9a33d328729a5e4a777 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 12 Jan 2019 18:39:18 +0100 Subject: conversion to the cmake buildidng system Signed-off-by: gregory guy --- images/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/CMakeLists.txt (limited to 'images') diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt new file mode 100644 index 0000000..7ae3d0a --- /dev/null +++ b/images/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES bg.png splash.png bookmark.png + DESTINATION ${DATA_INSTALL_DIR}/bookreader/themes/default +) -- cgit v1.2.1