mesonbuild/meson
GitHub で見るdependency-specific keywords to dependency() are always accepted
Open
#3,650 opened on 2018年5月31日
bugdependenciesgood first issue
Repository metrics
- Stars
- (4,978 stars)
- PR merge metrics
- (平均マージ 139d 13h) (30d で 51 merged PRs)
説明
e.g.
dependency('zlib', modules: ['cheese'], optional_modules: ['bread'], main: true, static: false)
is considered valid, at the moment.