Introduce imports to bring in sub-projects.
A sub-project is a standalone HyperMake project. The imports directive is a list of imported sub-projects in which each item can be:
- a simple string: a url/path to sub-project root
- an object: TBD, not supported yet.
Introduce
importsto bring in sub-projects.A sub-project is a standalone HyperMake project. The
importsdirective is a list of imported sub-projects in which each item can be: