Update vcpkg configuration and remove GLEW dependencies for improved compatibility
- Updated the builtin-baseline in vcpkg.json to the latest version. - Removed GLEW references from CMake files to avoid MSYS2 issues and streamline the build process. - Adjusted include and link directories in z3ed.cmake to reflect the removal of GLEW.
This commit is contained in:
@@ -15,13 +15,9 @@
|
||||
"name": "sdl2",
|
||||
"platform": "!uwp",
|
||||
"features": ["vulkan"]
|
||||
},
|
||||
{
|
||||
"name": "glew",
|
||||
"platform": "!uwp"
|
||||
}
|
||||
],
|
||||
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
||||
"builtin-baseline": "2024.12.12",
|
||||
"overrides": [],
|
||||
"features": {
|
||||
"pkg-config": {
|
||||
|
||||
Reference in New Issue
Block a user