diff options
Diffstat (limited to 'scripts/meson.build')
-rw-r--r-- | scripts/meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/meson.build b/scripts/meson.build new file mode 100644 index 0000000..a86f1a5 --- /dev/null +++ b/scripts/meson.build @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: CC0-1.0 + +scripts = files([ + 'bin2png.sh', + 'histo2png.py', + 'logger.sh', + 'vsp-lib.sh', + 'vsp-tests.sh', +]) + +install_data(scripts, install_dir : get_option('prefix')) |