mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
vcpkg as submodule.
This commit is contained in:
parent
fa7a825f70
commit
8531582dc4
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -19,3 +19,6 @@
|
|||
[submodule "thirdparty/miniaudio"]
|
||||
path = thirdparty/miniaudio
|
||||
url = https://github.com/mackron/miniaudio
|
||||
[submodule "thirdparty/vcpkg"]
|
||||
path = thirdparty/vcpkg
|
||||
url = https://github.com/microsoft/vcpkg
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
"VCPKG_CHAINLOAD_TOOLCHAIN_FILE": "${sourceDir}/toolchains/linux-clang.cmake"
|
||||
},
|
||||
"environment": {
|
||||
"VCPKG_ROOT": "~/vcpkg"
|
||||
"VCPKG_ROOT": "${sourceDir}/thirdparty/vcpkg"
|
||||
},
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
|
|
|
|||
1
thirdparty/vcpkg
vendored
Submodule
1
thirdparty/vcpkg
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 19847ac3d8cad7599e96bd531f9bc1f0ebae6131
|
||||
Loading…
Add table
Reference in a new issue