Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with finding config.h when used as a sub-project.
include_directories() doesn't propagate to parent projects, so they would fail to find meta/config.h. By adding this to meta-definitions, it now propagates through that library's INTERFACE properties.
- Loading branch information