Sign in
qemu
/
meson
/
bcbf0685492c61fbc9acac3e7b808a5036dd2439
/
.
/
test cases
/
osx
/
10 global variable ar
/
meson.build
blob: 313dd1b37653ab837a679b66eb0224c30ab4d312 [
file
] [
log
] [
blame
]
# Source: https://lists.gnu.org/archive/html/libtool/2002-07/msg00025.html
project
(
'global variable test'
,
'c'
)
lib
=
static_library
(
'mylib'
,
'libfile.c'
,
'libfile2.c'
)
test
(
'global variable'
,
executable
(
'prog'
,
'prog.c'
,
link_with
:
lib
))