PowerShell/.gitmodules
Andrew Schwartzmeyer c8fa215261 Add ext-pal dependency
Static library and header pulled from a build of the PAL on Ubuntu
14.04. Ugly workaround, but much easier than incorporating that entire
project's build system, or even just a part of it.
2015-08-03 12:58:59 -07:00

7 lines
244 B
Plaintext

[submodule "ext-src/gtest"]
path = ext-src/gtest
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/ext-gtest
[submodule "ext-src/pal"]
path = ext-src/pal
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/ext-pal