chore: add CMAKE_EXPORT_COMPILE_COMMANDS=ON by default
This commit is contained in:
parent
2daddafe3a
commit
291ae59de9
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
|||
"displayName": "Default (with tests)",
|
||||
"inherits": "default",
|
||||
"cacheVariables": {
|
||||
"FISHBONE_BUILD_TESTS": "ON"
|
||||
"FISHBONE_BUILD_TESTS": "ON",
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue