Sign in
qemu
/
meson
/
6901ec394fb38b0f959713a96c8cc409620ed5c5
/
.
/
test cases
/
frameworks
/
35 boost symlinks
/
meson.build
blob: b49a143ef40d59ddc1106ba1394608da4f45680f [
file
] [
log
] [
blame
]
project
(
'boosttestsymlinks'
,
'cpp'
)
dep
=
dependency
(
'boost'
,
modules
:
[
'regex'
,
'python'
],
required
:
false
)
assert
(
dep
.
found
(),
'expected to find a fake version of boost'
)
assert
(
dep
.
version
()
==
'0.3.0'
,
'expected to find version 0.3.0'
)