summaryrefslogtreecommitdiffstats
path: root/src/scripts/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/CMakeLists.txt')
-rw-r--r--src/scripts/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt
new file mode 100644
index 0000000..dad1ddf
--- /dev/null
+++ b/src/scripts/CMakeLists.txt
@@ -0,0 +1,7 @@
+
+##### other files
+
+install(
+ PROGRAMS ktshell
+ DESTINATION ${BIN_INSTALL_DIR}
+)