summaryrefslogtreecommitdiffstats
path: root/src/pics/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pics/CMakeLists.txt')
-rw-r--r--src/pics/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt
new file mode 100644
index 0000000..8593cb4
--- /dev/null
+++ b/src/pics/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES continue.png interrupt.png next.png rebuild.png reset.png
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics
+)