diff options
| author | Dmytro Ivanov <[email protected]> | 2024-09-27 14:07:17 +0200 |
|---|---|---|
| committer | Dmytro Ivanov <[email protected]> | 2024-10-02 15:46:07 +0200 |
| commit | ac5e18320323310f816fe8df0f46ebd7effcecd9 (patch) | |
| tree | 227d589b96adb2bb66f1d6488f5388d074e820c6 /vcpkg.json | |
| parent | 5.5.8 (diff) | |
| download | zen-di/add_cmake_dev.tar.xz zen-di/add_cmake_dev.zip | |
add cmake build config to be able to use cliondi/add_cmake_dev
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..8e9bb9f0d --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,26 @@ +{ + "dependencies": + [ + "asio", + "blake3", + "cpr", + "curl", + "cxxopts", + "doctest", + "fmt", + "gsl-lite", + "http-parser", + "json11", + "lua", + "lz4", + "ryml", + "c4core", + "robin-map", + "sol2", + "spdlog", + "xxhash", + "zlib", + "mimalloc", + "sentry-native" + ] +}
\ No newline at end of file |