summaryrefslogtreecommitdiffstats
path: root/images/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'images/CMakeLists.txt')
-rw-r--r--images/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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
+)