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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: