diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-10 19:09:54 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-04-10 19:09:54 -0400 |
commit | b5756da583f4592b6299614a4a45b996c091b71c (patch) | |
tree | 0edb6f7808ae940791c3833cedbd9abaf2b323b4 /.gitmodules | |
parent | 529afd6defc39bb1f69f1c4c2db6dd56458c2500 (diff) | |
download | lingo-ap-tracker-b5756da583f4592b6299614a4a45b996c091b71c.tar.gz lingo-ap-tracker-b5756da583f4592b6299614a4a45b996c091b71c.tar.bz2 lingo-ap-tracker-b5756da583f4592b6299614a4a45b996c091b71c.zip |
Updated vcpkg
websocketpp is no longer included with vcpkg, so it's back as a submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ebe016f..1a69477 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -16,3 +16,6 @@ | |||
16 | [submodule "vendor/vcpkg"] | 16 | [submodule "vendor/vcpkg"] |
17 | path = vendor/vcpkg | 17 | path = vendor/vcpkg |
18 | url = https://github.com/Microsoft/vcpkg.git | 18 | url = https://github.com/Microsoft/vcpkg.git |
19 | [submodule "vendor/websocketpp"] | ||
20 | path = vendor/websocketpp | ||
21 | url = https://github.com/zaphoyd/websocketpp | ||