[angle] unofficial-angle targets do not have any INTERFACE_INCLUDE_DIRECTORIES attached #42324
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
Is your feature request related to a problem? Please describe.
The generated targets for unofficial-angle don't have any include directory information attached. As such, we need to manually include the include dirs to our targets in order to
#include <EGL/egl.h>
Here's the full generated file on my machine
Proposed solution
The target properties for unofficial::angle::libEGL and GLESv2 should each have an extra line for the include directory
Describe alternatives you've considered
I can work around it by adding the include directory for the vcpkg_installed/triple directory to my target:
But this feels like the wrong approach.
Additional context
No response
The text was updated successfully, but these errors were encountered: