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 /vcpkg.json | |
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 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..8ba54b0 --- /dev/null +++ b/vcpkg.json | |||
@@ -0,0 +1,7 @@ | |||
1 | { | ||
2 | "dependencies": [ | ||
3 | "wxwidgets", | ||
4 | "openssl", | ||
5 | "yaml-cpp" | ||
6 | ] | ||
7 | } | ||