summaryrefslogtreecommitdiffstats
path: root/doc/scriptexamples/playing/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scriptexamples/playing/CMakeLists.txt')
-rw-r--r--doc/scriptexamples/playing/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/scriptexamples/playing/CMakeLists.txt b/doc/scriptexamples/playing/CMakeLists.txt
new file mode 100644
index 0000000..e57c048
--- /dev/null
+++ b/doc/scriptexamples/playing/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES playing.kvs playing_icon.png
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/doc/scriptexamples/playing
+)