Switch from CPM to VCPKG
This commit is contained in:
22
vcpkg.json
Normal file
22
vcpkg.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"vcpkg-configuration": {
|
||||
"overlay-ports": [
|
||||
"./vcpkg"
|
||||
]
|
||||
},
|
||||
"dependencies": [
|
||||
"cxxopts",
|
||||
"entt",
|
||||
"fmt",
|
||||
{
|
||||
"name": "glfw3",
|
||||
"features": [
|
||||
"wayland"
|
||||
]
|
||||
},
|
||||
"glm",
|
||||
"nlohmann-json",
|
||||
"spdlog",
|
||||
"fx-gltf"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user