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 | |
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.
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | vcpkg.json | 1 | ||||
m--------- | vendor/vcpkg | 0 | ||||
m--------- | vendor/websocketpp | 0 |
4 files changed, 3 insertions, 1 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 | ||
diff --git a/vcpkg.json b/vcpkg.json index e13d228..581a507 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
@@ -1,6 +1,5 @@ | |||
1 | { | 1 | { |
2 | "dependencies": [ | 2 | "dependencies": [ |
3 | "websocketpp", | ||
4 | "wxwidgets", | 3 | "wxwidgets", |
5 | "openssl", | 4 | "openssl", |
6 | "yaml-cpp", | 5 | "yaml-cpp", |
diff --git a/vendor/vcpkg b/vendor/vcpkg | |||
Subproject 3dd44b931481d7a8e9ba412621fa810232b6628 | Subproject df8bfe519564ae001903e5cdd32af0999531ef7 | ||
diff --git a/vendor/websocketpp b/vendor/websocketpp new file mode 160000 | |||
Subproject 1b11fd301531e6df35a6107c1e8665b1e77a2d8 | |||