Codebase list libnitrokey / run/146bc056-235a-4dd7-9b2e-dc88ec517e9c/main CMakeSettings.json
run/146bc056-235a-4dd7-9b2e-dc88ec517e9c/main

Tree @run/146bc056-235a-4dd7-9b2e-dc88ec517e9c/main (Download .tar.gz)

CMakeSettings.json @run/146bc056-235a-4dd7-9b2e-dc88ec517e9c/mainraw · history · blame

{
    // See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
    "configurations": [
        {
        "name": "x86-Debug",
        "generator": "Visual Studio 15 2017",
        "configurationType" : "Debug",
        "buildRoot":  "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
        "cmakeCommandArgs":  "",
        "buildCommandArgs": "-m -v:minimal"
        },
        {
        "name": "x86-Release",
        "generator": "Visual Studio 15 2017",
        "configurationType" : "Release",
        "buildRoot":  "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
        "cmakeCommandArgs":  "",
        "buildCommandArgs": "-m -v:minimal"
        },
        {
        "name": "x64-Debug",
        "generator": "Visual Studio 15 2017 Win64",
        "configurationType" : "Debug",
        "buildRoot":  "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
        "cmakeCommandArgs":  "",
        "buildCommandArgs": "-m -v:minimal"
        },
        {
        "name": "x64-Release",
        "generator": "Visual Studio 15 2017 Win64",
        "configurationType" : "Release",
        "buildRoot":  "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
        "cmakeCommandArgs":  "",
        "buildCommandArgs": "-m -v:minimal"
        }
    ]
}