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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I currently use cmake and the convention is to use a build directory. As a result the compile_commands.json file is placed in the build directory and not the project root.
It would be nice it we could specify a path to look for the compile_commands.json file.
The text was updated successfully, but these errors were encountered:
Considering that CMake is one of the most spread build systems, and out-of-tree compilation is very common, looking for the compile_commands.json file in the ${PROJECT_SOURCE_DIR}/build directory would be a great feature.
I currently use cmake and the convention is to use a build directory. As a result the
compile_commands.json
file is placed in the build directory and not the project root.It would be nice it we could specify a path to look for the
compile_commands.json
file.The text was updated successfully, but these errors were encountered: