summaryrefslogtreecommitdiff
path: root/xmake/platforms/windows/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-21 22:54:22 +0800
committerruki <[email protected]>2018-08-21 11:26:12 +0800
commit3519fbff209ebf0b99290a780c1cc425b5ab99d8 (patch)
tree4ea89d0827f76af62465ac12384720fcb0c55654 /xmake/platforms/windows/xmake.lua
parent0ba43c443b64019b87721f3af47675ab9d8226ec (diff)
support vcpkg for lib.detect.find_package
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
-rw-r--r--xmake/platforms/windows/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index 4dd509963..77d142b0a 100644
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -101,6 +101,8 @@ platform("windows")
" - win8",
" - win7",
" - win7_[sp1|sp2|sp3]" }
+ , {category = "Vcpkg Configuration" }
+ , {nil, "vcpkg", "kv", "auto", "The Vcpkg Directory" }
}
, global =
@@ -110,6 +112,7 @@ platform("windows")
, {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" }
, {nil, "qt", "kv", "auto", "The Qt SDK Directory" }
, {nil, "wdk", "kv", "auto", "The WDK Directory" }
+ , {nil, "vcpkg", "kv", "auto", "The Vcpkg Directory" }
}
}