After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist.
parent
4f0af86b52
commit
ab0cc277d1
3 changed files with 10 additions and 3 deletions
@ -0,0 +1,3 @@ |
||||
project('missing incdir', 'c') |
||||
|
||||
inc = include_directories('nosuchdir') |
Loading…
Reference in new issue