chore: add CMAKE_EXPORT_COMPILE_COMMANDS=ON by default

This commit is contained in:
maelstrom 2026-05-28 16:49:55 +02:00
commit 291ae59de9

View file

@ -16,7 +16,8 @@
"displayName": "Default (with tests)",
"inherits": "default",
"cacheVariables": {
"FISHBONE_BUILD_TESTS": "ON"
"FISHBONE_BUILD_TESTS": "ON",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
}
],