Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis from CMake file #17

Open
rogerdubbs opened this issue Dec 9, 2016 · 1 comment
Open

Analysis from CMake file #17

rogerdubbs opened this issue Dec 9, 2016 · 1 comment

Comments

@rogerdubbs
Copy link

As a CMake user, I don't want to have to create another project configuration file to specify my product structure. cppdep should be able to use CMake to gather this information. This might be done with a build generator or it might be done via APIs that I understand CMake is making available for IDEs.

@rakhimov
Copy link
Owner

rakhimov commented Dec 9, 2016

@rogerdubbs I am so much with you on this, you wouldn't believe it :).
Trying to perform analysis with the same settings file on several machines is disaster right now.

However, I should say that I don't like configuration file at all. What I want is cppdep deduce all system dependencies or is supplied on command line, e.g. "-I /usr/include/boost".
Only thing you would need is the directory of your project;
that is, simple command "cppdep myproject" should get the job done.

@rogerdubbs Thanks for putting this issue.

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

No branches or pull requests

2 participants