summaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/CMakeLists.txt4
-rw-r--r--src/scripts/browser/CMakeLists.txt5
-rw-r--r--src/scripts/helpsearch/CMakeLists.txt5
3 files changed, 14 insertions, 0 deletions
diff --git a/src/scripts/CMakeLists.txt b/src/scripts/CMakeLists.txt
new file mode 100644
index 0000000..ee22855
--- /dev/null
+++ b/src/scripts/CMakeLists.txt
@@ -0,0 +1,4 @@
+##### subfolders
+
+add_subdirectory( browser )
+add_subdirectory( helpsearch )
diff --git a/src/scripts/browser/CMakeLists.txt b/src/scripts/browser/CMakeLists.txt
new file mode 100644
index 0000000..433846c
--- /dev/null
+++ b/src/scripts/browser/CMakeLists.txt
@@ -0,0 +1,5 @@
+install(
+ PROGRAMS kvi_run_netscape
+ DESTINATION ${BIN_INSTALL_DIR}
+)
+
diff --git a/src/scripts/helpsearch/CMakeLists.txt b/src/scripts/helpsearch/CMakeLists.txt
new file mode 100644
index 0000000..fde3d5d
--- /dev/null
+++ b/src/scripts/helpsearch/CMakeLists.txt
@@ -0,0 +1,5 @@
+install(
+ PROGRAMS kvi_search_help
+ DESTINATION ${BIN_INSTALL_DIR}
+)
+