Renderer/CMakePresets.json
austin 8bb1636c87
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
update cmakepresets
2024-12-02 19:20:38 -05:00

17 lines
509 B
JSON

{
"version": 6,
"configurePresets": [
{
"name": "default",
"displayName": "Default",
"description": "Sets Ninja generator, build and install directory",
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_TOOLCHAIN_FILE": "",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install"
}
}
]
}