Skip to content

FindEGL add 'lib' prefix for windows.

On a native windows platform EGL libraries (angle) typically come with a lib prefix.
By default CMAKE_FIND_LIBRARY_PREFIX does not contain lib on native windows so it needs to be added to the search name.

Merge request reports