Skip to content

Instantly share code, notes, and snippets.

View nbolton's full-sized avatar

Nick Bolton nbolton

View GitHub Profile
@nbolton
nbolton / CMakeUserPresets.json
Last active March 4, 2025 14:23
Deskflow CMake user presets
{
"version": 2,
"configurePresets": [
{
"name": "base",
"hidden": true,
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_COMPILE_WARNING_AS_ERROR": "ON"