You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile commands database (compile_commands.json) is not generated when building with CMake on Windows. This database helps improve Intellisense in vscode.
Description
Compile commands database (
compile_commands.json) is not generated when building with CMake on Windows. This database helps improve Intellisense in vscode.The
CMAKE_EXPORT_COMPILE_COMMANDSoption doesn't support themsbuildVisual studio generators. Hence Windows users get the issue ofcompile_commands.json not found.Steps To Reproduce
compile_commands.jsonfile.Environment
Expected Behaviour
Compile commands database is generated.
Possible Solutions