mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-12 20:11:34 +00:00
6 lines
426 B
Meson
6 lines
426 B
Meson
install_data('_clone_or_pull.sh', install_dir: pkgdatadir / 'scripts')
|
|
install_data('build_basalt.sh', install_dir: pkgdatadir / 'scripts')
|
|
install_data('build_libsurvive.sh', install_dir: pkgdatadir / 'scripts')
|
|
install_data('build_monado.sh', install_dir: pkgdatadir / 'scripts')
|
|
install_data('build_opencomposite.sh', install_dir: pkgdatadir / 'scripts')
|
|
install_data('build_wivrn.sh', install_dir: pkgdatadir / 'scripts')
|