aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Haller <angelo@szanni.org>2022-11-15 21:49:32 -0500
committerXavier Claessens <xclaesse@gmail.com>2022-12-06 09:53:15 -0500
commitcee7ecde3de4a338081d6856b4127f5dc268fb40 (patch)
tree885d016cd769e88e6b483b828cff87792418ad6c
parentd0054f2c3c3497e22069d1efb5b1d985d75fe5ca (diff)
downloadmeson-cee7ecde3de4a338081d6856b4127f5dc268fb40.zip
meson-cee7ecde3de4a338081d6856b4127f5dc268fb40.tar.gz
meson-cee7ecde3de4a338081d6856b4127f5dc268fb40.tar.bz2
docs: Add missing import to the windows module example.
-rw-r--r--docs/markdown/Windows-module.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md
index 06b3eb2..3d24d76 100644
--- a/docs/markdown/Windows-module.md
+++ b/docs/markdown/Windows-module.md
@@ -8,6 +8,7 @@ Windows.
### compile_resources
```
+ windows = import('windows')
windows.compile_resources(...(string | File | CustomTarget | CustomTargetIndex),
args: []string,
depend_files: [](string | File),