Hi all,
While working on a CMake build system I took the opportunity to move the contents from lib to src.

The rationale for this was:
1) It helped me to keep the build system rational without compiling some of the parts into libraries (like the current system does.)

2) "lib" is more commonly used for:
        - The binary output directory for libraries.
        - A directory that contains pre-compiled dependencies.
- A directory where dependencies can be placed for linking (for this sometimes the plural is used: libs)

I would like this to be discussed so that we reach definite decision on the matter.

Regards,
-Safety0ff

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to