This repository has been archived on 2025-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
ip-reporter-cpp/CMakePresets.json
2024-08-31 22:49:36 -04:00

17 lines
597 B
JSON

{
"version": 8,
"configurePresets": [
{
"name": "Configure preset using toolchain file",
"displayName": "Configure preset using toolchain file",
"description": "Sets Ninja generator, build and install directory",
"generator": "Ninja",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_TOOLCHAIN_FILE": "",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
}
}
]
}