mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-26 12:44:36 +00:00
25 lines
783 B
JSON
25 lines
783 B
JSON
{
|
|
"version": 5,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"generator": "Ninja Multi-Config",
|
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"name": "windows64",
|
|
"displayName": "Windows64",
|
|
"inherits": "base",
|
|
"cacheVariables": {
|
|
"PLATFORM_DEFINES": "_WINDOWS64",
|
|
"PLATFORM_NAME": "Windows64",
|
|
"IGGY_LIBS": "iggy_w64.lib;iggyperfmon_w64.lib;iggyexpruntime_w64.lib"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{ "name": "windows64-debug", "displayName": "Windows64 - Debug", "configurePreset": "windows64", "configuration": "Debug" },
|
|
{ "name": "windows64-release", "displayName": "Windows64 - Release", "configurePreset": "windows64", "configuration": "Release" }
|
|
]
|
|
} |