diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 22:23:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 22:23:58 -0400 |
commit | 52be8468d29788e1952db0f89263a111fa15394a (patch) | |
tree | 9c85b411b6c4ea0d270e5cb895bb65e745f530fb /.gitmodules | |
parent | 1ec273825497fd6feda19079fa8006096777b11d (diff) | |
download | lingo-ap-tracker-52be8468d29788e1952db0f89263a111fa15394a.tar.gz lingo-ap-tracker-52be8468d29788e1952db0f89263a111fa15394a.tar.bz2 lingo-ap-tracker-52be8468d29788e1952db0f89263a111fa15394a.zip |
Use vcpkg
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39f13d2..121a775 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -16,3 +16,6 @@ | |||
16 | [submodule "vendor/asio"] | 16 | [submodule "vendor/asio"] |
17 | path = vendor/asio | 17 | path = vendor/asio |
18 | url = https://github.com/chriskohlhoff/asio/ | 18 | url = https://github.com/chriskohlhoff/asio/ |
19 | [submodule "vendor/vcpkg"] | ||
20 | path = vendor/vcpkg | ||
21 | url = https://github.com/Microsoft/vcpkg.git | ||