nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 609 forks source link

cmake: Install eglew.h when GLEW_EGL is enabled #352

Closed marv closed 2 years ago

marv commented 2 years ago

The eglew.h header was never installed using the CMake build. Fix this by adding it to the list of public headers when -DGLEW_EGL=ON is given

nigels-com commented 2 years ago

I'd prefer it is installed unconditionally, along with the others. Does that sound OK?

marv commented 2 years ago

@nigels-com Yep, sounds good to me, that way it's consistent with the behaviour of the Makefile-based build system :+1:

nigels-com commented 2 years ago

Great! Thanks.