diff options
| author | ruki <[email protected]> | 2019-03-07 00:40:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-06 22:01:46 +0800 |
| commit | 9830bb8528f8adea2ee865cdba27e7b1fe81920c (patch) | |
| tree | c4ad076d94e968e83783b060ac193495c9a6bf84 /xmake/plugins/project/main.lua | |
| parent | 9dbd51e4ce52f79d2379e8d0f7dbf5e7784add2f (diff) | |
support vs2019 preview
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rwxr-xr-x[-rw-r--r--] | xmake/plugins/project/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index 75da9309f..fc55fd4a1 100644..100755 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -37,6 +37,7 @@ import("vstudio.vs2012") import("vstudio.vs2013") import("vstudio.vs2015") import("vstudio.vs2017") +import("vstudio.vs2019") import("clang.compile_commands") -- make project @@ -56,6 +57,7 @@ function _make(kind) , vs2013 = vs2013.make , vs2015 = vs2015.make , vs2017 = vs2017.make + , vs2019 = vs2019.make , compile_commands = compile_commands.make } assert(maps[kind], "the project kind(%s) is not supported!", kind) |
