Files
tinyusdz/CMakeSettings.json
Syoyo Fujita 64e77a615d Fix compilation with VS2017
Enable OpenSubdiv by default for VS2019(CMakeSettings.json)
2020-04-20 22:12:32 +09:00

39 lines
1.0 KiB
JSON

{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "TINYUSDZ_USE_CCACHE",
"value": "False",
"type": "BOOL"
},
{
"name": "TINYUSDZ_WITH_OPENSUBDIV",
"value": "True",
"type": "BOOL"
}
]
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}