-
-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
Description
It is convenient for me to use cquery
with compile_commands.json
. It works quiet well for most of the c++ projects.
- For CMake project, we can easily use
CMAKE_EXPORT_COMPILE_COMMANDS
option to exportcompile_commands.json
- For Makefile project, compiledb can be used to generate a
compile_commands.json
So can we export compile_commands.json
when using SCons
? Thank you very much!
vmiheer, lucmann, Schroedi, monokrome, ngn999 and 2 more