mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
a9b968bb98
In v3 of the presets, the `--toolchain` command line argument now has a preset mapping.
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "FuturePresetToolchainField",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"toolchainFile": "${sourceDir}/toolchain.cmake"
|
|
}
|
|
]
|
|
}
|