diff options
| author | Angelo Haller <angelo@szanni.org> | 2022-11-15 21:49:32 -0500 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2022-12-06 09:53:15 -0500 |
| commit | cee7ecde3de4a338081d6856b4127f5dc268fb40 (patch) | |
| tree | 885d016cd769e88e6b483b828cff87792418ad6c /docs/markdown/Windows-module.md | |
| parent | d0054f2c3c3497e22069d1efb5b1d985d75fe5ca (diff) | |
| download | meson-cee7ecde3de4a338081d6856b4127f5dc268fb40.tar.gz | |
docs: Add missing import to the windows module example.
Diffstat (limited to 'docs/markdown/Windows-module.md')
| -rw-r--r-- | docs/markdown/Windows-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Windows-module.md b/docs/markdown/Windows-module.md index 06b3eb2f4..3d24d7631 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), |
