Fix typo in doc of sourceset module
This commit is contained in:
parent
1a0eff0054
commit
b5b2cafcd9
|
@ -47,7 +47,7 @@ if zlib.found() then
|
||||||
dependencies += [zlib]
|
dependencies += [zlib]
|
||||||
endif
|
endif
|
||||||
# many more "if"s here...
|
# 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,
|
Sourcesets can be used with a single invocation of the `apply` method,
|
||||||
|
|
Loading…
Reference in New Issue