Skip to content

Instantly share code, notes, and snippets.

@floooh
Created January 6, 2023 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floooh/05d8d8bca68e0ec2fdb49c085fa634af to your computer and use it in GitHub Desktop.
Save floooh/05d8d8bca68e0ec2fdb49c085fa634af to your computer and use it in GitHub Desktop.
my generated cmake presets file
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
},
"configurePresets": [
{
"name": "default",
"displayName": "sapp-d3d11-win64-vscode-debug",
"binaryDir": "C:/projects/fips-build/sokol-samples/sapp-d3d11-win64-vscode-debug",
"generator": "Visual Studio 16",
"architecture": "x64",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"FIPS_CONFIG": "sapp-d3d11-win64-vscode-debug",
"FIPS_LOCAL_BUILD": "OFF",
"USE_SOKOL_APP": {
"type": "BOOL",
"value": "ON"
},
"SOKOL_USE_D3D11": {
"type": "BOOL",
"value": "ON"
},
"FIPS_AUTO_IMPORT": "OFF"
}
}
],
"buildPresets": [
{
"name": "default",
"configurePreset": "default",
"configuration": "Debug"
},
{
"name": "debug",
"configurePreset": "default",
"configuration": "Debug"
},
{
"name": "release",
"configurePreset": "default",
"configuration": "Release"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment