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

Suggestion: CMake #108

Open
WesleyCeraso opened this issue Jun 8, 2015 · 2 comments
Open

Suggestion: CMake #108

WesleyCeraso opened this issue Jun 8, 2015 · 2 comments

Comments

@WesleyCeraso
Copy link
Contributor

During the code development I found it very annoying to have the compiler generated files along with the tracked ones.
As I don't know how to improve it using autoconf, my suggestion is the use of CMake. Using it, it's possible to have all generated files in any other directory. Additionally, and the best part of it, it's possible to generate all kind of project files (eclipse, vs, codeblocks, makefile and etc.) on demand. You can also find all *.c files in your project instead of declaring each one in some list.

@mateunho
Copy link
Contributor

mateunho commented Jun 8, 2015

👍

@olajep
Copy link
Member

olajep commented Jun 14, 2015

You can do out of tree builds with Autotools

~/pal $ mkdir ../build
~/pal $ cd ../build
~/build $ ../pal/configure
~/build $ make

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

3 participants