91 Sub-projects
A subproject is a project on which the current project depends (i.e. there is a linking dependency). When a project specifies a subproject, the logical path to the project directory is given for the subproject. For example:
subproj
{
"Ceda/cxUtils"
"Ceda/cxObject"
}
Note the following:
- Sub-projects are specified in an additive fashion. i.e. each subproj{ ... } directive adds to the overall set of subprojects.
- Per configuration sub-projects are not supported
- Each sub-project must be specified using a logical path to the project directory in double quotes. Forward slashes must be used.