aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-24 16:22:56 +0200
committerThomas White <taw@physics.org>2022-08-24 16:22:56 +0200
commit1f7b7c1e0fc7a002eae26b5442469b4cbee3a735 (patch)
tree7c0244cd1f1983d5d67bc8c01f0c4d7cc23bbd91 /meson.build
parent606d42de1570307bf39e8955cc56d074c5f855d3 (diff)
Install detector-shift and peakogram-stream under 'bin'
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2eabaea4..3ca22532 100644
--- a/meson.build
+++ b/meson.build
@@ -280,6 +280,13 @@ install_data(['data/crystfel.svg',
install_dir: get_option('datadir')+'/icons/hicolor/scalable/apps')
+# ************************ Scripts ************************
+
+install_data(['scripts/detector-shift',
+ 'scripts/peakogram-stream'],
+ install_dir: 'bin')
+
+
# ************************ Testing ************************
subdir('tests')