diff options
| author | ruki <[email protected]> | 2020-12-24 23:08:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-24 23:08:39 +0800 |
| commit | 70865b36f34647bda2bdd218b428bcca0cecc9da (patch) | |
| tree | 98fba7be3efef8668b971d733a07c7eb285d6163 /xmake/rules/c++/xmake.lua | |
| parent | 5beced53d4ba81070c79a777ac5f5f0233e22e4e (diff) | |
add utils.compiler.runtime rule
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index 926662975..1b188566a 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -48,6 +48,9 @@ rule("c++") -- add build rules add_deps("c++.build", "c.build") + -- set compiler runtime, e.g. vs runtime + add_deps("utils.compiler.runtime") + -- inherit links and linkdirs of all dependent targets by default add_deps("utils.inherit.links") |
