diff options
author | Önder Görmez <ondergormez@gmail.com> | 2022-03-27 14:48:55 +0300 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-03-27 08:25:30 -0400 |
commit | aa495ff7584de5a69077903d59196d526597cea4 (patch) | |
tree | 8228aa20ac727dee7ecaae51076485e70b1e302f | |
parent | d82d1b0d864e13100cc4754e40f146883210984b (diff) | |
download | meson-aa495ff7584de5a69077903d59196d526597cea4.zip meson-aa495ff7584de5a69077903d59196d526597cea4.tar.gz meson-aa495ff7584de5a69077903d59196d526597cea4.tar.bz2 |
Fix typo
-rw-r--r-- | docs/markdown/CMake-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index a5c0c7e..c531756 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -163,7 +163,7 @@ following methods are supported: - `set_install(bool)` override whether targets should be installed or not - `append_compile_args(lang, arg1, ...)` append compile flags for a specific language to the targets - - `append_link_args(arg1, ...)` append linger args to the targets + - `append_link_args(arg1, ...)` append linker args to the targets - `clear()` reset all data in the `cmake options` object The methods `set_override_option`, `set_install`, |