parent
d014087fd9
commit
8a89956142
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
project('boosttest', 'cpp', |
||||
default_options : ['cpp_std=c++11']) |
||||
|
||||
# abc doesn't exist |
||||
linkdep = dependency('boost', modules : ['thread', 'system', 'test', 'abc']) |
Loading…
Reference in new issue