Switch from CPM to VCPKG

This commit is contained in:
2024-12-07 19:30:17 +01:00
parent e4378dcddc
commit 997e45d8af
9 changed files with 89 additions and 1302 deletions

22
vcpkg.json Normal file
View File

@@ -0,0 +1,22 @@
{
"vcpkg-configuration": {
"overlay-ports": [
"./vcpkg"
]
},
"dependencies": [
"cxxopts",
"entt",
"fmt",
{
"name": "glfw3",
"features": [
"wayland"
]
},
"glm",
"nlohmann-json",
"spdlog",
"fx-gltf"
]
}