Skip to content

CMake: Add possible names for Glew library.

Biswapriyo Nath requested to merge (removed):cmake-add-glew-names into master

This fixes error that GLEW_glew_LIBRARY is not found in Windows. In Windows, the library name is glew32.lib for dynamic linking and glew32s.lib for static linking.

Merge request reports