Created
January 6, 2023 19:48
-
-
Save floooh/05d8d8bca68e0ec2fdb49c085fa634af to your computer and use it in GitHub Desktop.
my generated cmake presets file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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