Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
24 library versions
/
meson.build
blob: 2e2bef769b8958cfaad0b82f248312bfbb809f38 [
file
] [
log
] [
blame
]
project
(
'library versions'
,
'c'
)
shared_library
(
'somelib'
,
'lib.c'
,
name_prefix
:
'prefix'
,
name_suffix
:
'suffix'
,
install_dir
:
'lib'
,
install
:
true
)
subdir
(
'subdir'
)