mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-08-02 03:20:58 -04:00
Apparently this is recommended for vcpkg, which makes sense as it can help ensure all developers are using the same revision of the registry It also lets us neatly override the defaults vcpkg uses without some tricky other methods, or requiring us to fully vendor each triplet file and keep it up to date Signed-off-by: Seth Flynn <getchoo@tuta.io>
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
[submodule "libraries/libnbtplusplus"]
|
|
path = libraries/libnbtplusplus
|
|
url = https://github.com/PrismLauncher/libnbtplusplus.git
|
|
[submodule "cmake/vcpkg"]
|
|
path = cmake/vcpkg
|
|
url = https://github.com/microsoft/vcpkg.git
|