Replace Premake's project for a custom dynamic building system that allow us to share data between modules.
This will allow to create module more easily with out having to worries about include dirs of the module that you depend on, this information is specified once in the dependency module and shared across all the module that depend of the dependency module.
branch: hcabel/rethink premake linking
Replace Premake's project for a custom dynamic building system that allow us to share data between modules. This will allow to create module more easily with out having to worries about include dirs of the module that you depend on, this information is specified once in the dependency module and shared across all the module that depend of the dependency module.