Skip to content

Instantly share code, notes, and snippets.

@Longhanks
Created March 20, 2023 11:41
Show Gist options
  • Save Longhanks/74aca79e0f910ce29c35508e33edde63 to your computer and use it in GitHub Desktop.
Save Longhanks/74aca79e0f910ce29c35508e33edde63 to your computer and use it in GitHub Desktop.
CMakeUserPresets.json
{
"version": 3,
"configurePresets": [
{
"name": "x64-Debug-win32-color",
"displayName": "x64-Debug-color",
"inherits": "x64-Debug-win32",
"environment": {
"CMAKE_CXX_COMPILER_LAUNCHER": "C:/Users/aschulz/Projects/MSVCColorizer/build-x64-Release/MSVCColorizer.exe",
"CLICOLOR_FORCE": "1"
}
}
],
"buildPresets": [
{
"name": "x64-Debug-win32-color",
"displayName": "x64-Debug-color",
"configurePreset": "x64-Debug-win32-color"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment