Sign in
qemu
/
meson
/
refs/heads/fatalhotdoc
/
.
/
test cases
/
unit
/
7 run installed
/
foo
/
meson.build
blob: 082f98529aadb0923b359b8559ea7ac9beecdf00 [
file
] [
log
] [
blame
]
# Try to invoke linker constant string deduplication,
# to ensure we are not clobbering shared strings.
# Name everything possible just as "foo".
foolib
=
shared_library
(
'foo'
,
'foo.c'
,
install_dir
:
'foo'
,
install
:
true
)