Skip to content

Commit 2ba3440

Browse files
committed
setting up infrastructure for external dependencies
added vcpkg as a submodule added vcpkg response files for various platforms added requirements files to handle python dependencies
1 parent 9a874a7 commit 2ba3440

6 files changed

Lines changed: 24 additions & 0 deletions

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/vcpkg"]
2+
path = external/vcpkg
3+
url = https://github.com/microsoft/vcpkg.git

external/pip_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
absl-py
2+
protobuf

external/vcpkg

Submodule vcpkg added at ee17a68
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
openssl
2+
protobuf
3+
zlib
4+
abseil
5+
--triplet
6+
x64-linux
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
openssl
2+
protobuf
3+
zlib
4+
abseil
5+
--triplet
6+
x64-osx
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
openssl
2+
protobuf
3+
zlib
4+
abseil
5+
--triplet
6+
x64-windows-static

0 commit comments

Comments
 (0)