Add autogen include directories for inplace packages
Local packages may have include heades in - `inplaceDir </> d` (bundled, in source tree) - `inplaceDir </> libTargetDir </> d` (autogenerated, somewhere in builddir) We need both, for dependant packages to work. The simple reproduce case is to have `unix` and `process` locally in the project and try to build `process`.
Please register or sign in to comment