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

Compatibility with Makefiles. #16

Open
g4ur4v opened this issue Aug 26, 2016 · 1 comment
Open

Compatibility with Makefiles. #16

g4ur4v opened this issue Aug 26, 2016 · 1 comment

Comments

@g4ur4v
Copy link

g4ur4v commented Aug 26, 2016

Is it possible to make it work for makefiles, instead of CMakeList , since they have almost same information.

@dascandy
Copy link
Contributor

dascandy commented Sep 2, 2016

CMakeFiles imply that the folder holding a cmakefile is at least a logical project. For Makefiles this doesn't necessarily apply as they don't have a sort-of-enforced inclusion name - it could be Makefile, makefile, GNUmakefile or any other name depending on the author. It also does not imply a project / library is there, although in most cases it will overlap.

I'll pick this up by adding it as an input for looking for projects, as the existence of a Makefile implies as much as the existence of a .vcxproj file - there may be a library here so consider this a component.

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

No branches or pull requests

2 participants