mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-02-22 09:28:55 +00:00
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "debug",
|
|
"generator": "Ninja",
|
|
"toolchainFile": "${sourceDir}/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
}
|
|
]
|
|
} |