Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Support build directory #131

Open
szechyjs opened this issue Jan 18, 2016 · 3 comments
Open

Support build directory #131

szechyjs opened this issue Jan 18, 2016 · 3 comments

Comments

@szechyjs
Copy link

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.

@seveibar
Copy link

Any progress on this? Would really like to see this feature.

@diegoferigo
Copy link

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.

+1

@Arcanemagus
Copy link
Member

This sounds like it would actually be better filed on clang-flags as that is what is used to bring in support for automated arguments to clang.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants