summaryrefslogtreecommitdiffstats
path: root/kommander/examples/tutorial/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/examples/tutorial/CMakeLists.txt')
-rw-r--r--kommander/examples/tutorial/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/kommander/examples/tutorial/CMakeLists.txt b/kommander/examples/tutorial/CMakeLists.txt
new file mode 100644
index 00000000..0d344518
--- /dev/null
+++ b/kommander/examples/tutorial/CMakeLists.txt
@@ -0,0 +1,10 @@
+##### other data
+
+install(
+ FILES append.kmdr calc.kmdr dcop.kmdr globals.kmdr loop.kmdr
+ progressbar.kmdr slots.kmdr strings.kmdr tree.kmdr arrays.kmdr
+ cmdline.kmdr dialogs.kmdr initialize.kmdr picview.kmdr
+ settings.kmdr statusbar.kmdr table.kmdr widgets.kmdr
+ README
+ DESTINATION ${DATA_INSTALL_DIR}/kmdr-editor/editor/tutorial
+)