- Introduced a new CMake preset for Windows development, enabling vcpkg integration and testing features. - Configured the preset to inherit from the debug configuration, ensuring consistency in build settings. - Set up cache variables for vcpkg and testing options, enhancing the development workflow on Windows.
37 lines
631 B
JSON
37 lines
631 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.1",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
{
|
|
"name": "zlib",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "libpng",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!uwp",
|
|
"features": ["vulkan"]
|
|
},
|
|
{
|
|
"name": "abseil",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "gtest",
|
|
"platform": "!uwp",
|
|
"features": ["gmock"]
|
|
}
|
|
],
|
|
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
|
|
"overrides": [
|
|
{
|
|
"name": "abseil",
|
|
"version": "20240116.2"
|
|
}
|
|
]
|
|
}
|