Include folder

The public header files are copied to the include directory, keeping the original directory structure of the virtual tree.

For example the public headers of the cxRmi library are written to the include directory as follows:

  (build artefacts)
    └── include
        └── Ceda
            └── Core
                └── cxRmi
                    ├── cxRmi.h
                    ├── RmiConnection.h
                    ├── Rmi.h
                    ├── Skeleton.h
                    └── Stub.h