aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/68 wrong boost module/meson.build
blob: 7fb3a40b2759f4ee5392e15a225dac54e14a2578 (plain)
1
2
3
4
5
project('boosttest', 'cpp',
  default_options : ['cpp_std=c++11'])

# abc doesn't exist
linkdep = dependency('boost', modules : ['thread', 'system', 'test', 'abc'])