summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/35 boost symlinks/meson.build
blob: b49a143ef40d59ddc1106ba1394608da4f45680f (plain)
1
2
3
4
5
6
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')