summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rwxr-xr-x[-rw-r--r--]xmake/plugins/project/main.lua2
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)