blob: a86f1a568f6bd3bf11fad557867b5dc1dec8dacf (
plain)
1
2
3
4
5
6
7
8
9
10
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'))
|