feat(vcpkg): add SDL2, yaml-cpp, and zlib dependencies for Windows

- Introduced new dependencies for SDL2, yaml-cpp, and zlib in the vcpkg.json file, enhancing the project's capability to support additional features on Windows.
- Updated the SDL2 override to specify version 2.30.9, ensuring compatibility with the latest features.

Benefits:
- Expands the project's functionality by integrating essential libraries, improving overall performance and maintainability.
This commit is contained in:
scawful
2025-10-15 09:26:17 -04:00
parent e071914e83
commit c82888cab0
2 changed files with 20 additions and 3 deletions

View File

@@ -59,8 +59,6 @@ endif()
set(_SAVED_CMAKE_CXX_STANDARD ${CMAKE_CXX_STANDARD})
set(CMAKE_CXX_STANDARD 17)
find_package(ZLIB REQUIRED)
# Configure gRPC build options before fetching
set(gRPC_BUILD_TESTS OFF CACHE BOOL "" FORCE)
set(gRPC_BUILD_CODEGEN ON CACHE BOOL "" FORCE)