Sign in
qemu
/
meson
/
refs/heads/docbuild
/
.
/
test cases
/
common
/
60 install script
/
meson.build
blob: 6351518fb262231c6f55a714a67e6d5fb3966f8c [
file
] [
log
] [
blame
]
project
(
'custom install script'
,
'c'
)
executable
(
'prog'
,
'prog.c'
,
install
:
true
)
meson
.
add_install_script
(
'myinstall.py'
,
'diiba/daaba'
,
'file.dat'
)
meson
.
add_install_script
(
'myinstall.py'
,
'this/should'
,
'also-work.dat'
)
subdir
(
'src'
)