glew
glew copied to clipboard
[suggest] Put the `CMakeLists.txt` file into the root directory.
I noticed that GLEW puts its CMakeLists.txt
into build/cmake
directory instead of root directory. However, CMakeLists.txt
is put into the root directory of CMake-based projects BY CONVENTION.
Duplicate of Issue #149