From b5b2cafcd9b0460e5ab468c1ec10e5379e66d765 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Wed, 18 Jan 2023 23:42:14 +0800 Subject: [PATCH] Fix typo in doc of sourceset module --- docs/markdown/SourceSet-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/SourceSet-module.md b/docs/markdown/SourceSet-module.md index 26c199552..70dca20f4 100644 --- a/docs/markdown/SourceSet-module.md +++ b/docs/markdown/SourceSet-module.md @@ -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,