Files
Bilby/CMakePresets.json
amass 8446776af2
Some checks failed
Deploy Applications / PullDocker (push) Failing after 6m19s
Deploy Applications / Build (push) Failing after 2s
Windows CI / build (push) Has been cancelled
add practices code.
2025-12-16 11:44:44 +08:00

15 lines
393 B
JSON

{
"version": 2,
"configurePresets": [
{
"name": "app",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/x64",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/resources/host.cmake",
"CMAKE_EXPORT_COMPILE_COMMANDS": true
},
"environment": {}
}
]
}