diff options
| author | ruki <[email protected]> | 2020-12-24 22:53:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-24 22:53:35 +0800 |
| commit | 5beced53d4ba81070c79a777ac5f5f0233e22e4e (patch) | |
| tree | b2c6aa0654e0e68a2a40dc2870928551539b9805 /xmake/core/project/target.lua | |
| parent | 381e3c74967cfab1c5d42e9ee7fcb68a5a1533f7 (diff) | |
add vs_runtime config and set_runtimes api
Diffstat (limited to 'xmake/core/project/target.lua')
| -rw-r--r-- | xmake/core/project/target.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 76b4d0cbb..204236394 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -1880,6 +1880,7 @@ function target.apis() , "target.set_warnings" , "target.set_fpmodels" , "target.set_optimize" + , "target.set_runtimes" , "target.set_languages" , "target.set_toolchains" -- target.add_xxx |
