Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 252 Bytes

not-found-dependency.md

File metadata and controls

14 lines (10 loc) · 252 Bytes

Not-found dependency objects

dep = dependency('', required:false)

can now be more simply written as

dep = dependency()

which can be used to represent a disabled dependency, and is safe to call found() on, unlike `[]'.