Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
failing
/
69 wrong boost module
/
meson.build
blob: 7fb3a40b2759f4ee5392e15a225dac54e14a2578 [
file
] [
log
] [
blame
]
project
(
'boosttest'
,
'cpp'
,
default_options
:
[
'cpp_std=c++11'
])
# abc doesn't exist
linkdep
=
dependency
(
'boost'
,
modules
:
[
'thread'
,
'system'
,
'test'
,
'abc'
])