Fix typo in doc of sourceset module

This commit is contained in:
Yue Yang 2023-01-18 23:42:14 +08:00 committed by Eli Schwartz
parent 1a0eff0054
commit b5b2cafcd9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if zlib.found() then
dependencies += [zlib]
endif
# many more "if"s here...
executable('exe', sources: sources, dependencies: dependencies())
executable('exe', sources: sources, dependencies: dependencies)
```
Sourcesets can be used with a single invocation of the `apply` method,