source: ogBrowser-Git/CMakePresets.json

jenkins
Last change on this file was c0cec9d, checked in by Vadim Troshchinskiy Shmelev <vtroshchinskiy@…>, 18 months ago

Add CMake files

  • Property mode set to 100644
File size: 567 bytes
RevLine 
[c0cec9d]1{
2    "version": 2,
3    "configurePresets": [
4        {
5            "name": "Default",
6            "displayName": "Configure preset using toolchain file",
7            "description": "Sets Ninja generator, build and install directory",
8            "generator": "Ninja",
9            "binaryDir": "${sourceDir}/out/build/${presetName}",
10            "cacheVariables": {
11                "CMAKE_BUILD_TYPE": "Debug",
12                "CMAKE_TOOLCHAIN_FILE": "",
13                "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
14            }
15        }
16    ]
17}
Note: See TracBrowser for help on using the repository browser.