skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Made CMake work for subdirectory builds. #22

Closed huhlig closed 9 years ago

huhlig commented 9 years ago

Just a few cleanups for my own project but it allows this to become a subdirectory of a larger project and it will execute and fetch headers during cmake execution.

huhlig commented 9 years ago

Making the CMake header automatically build when cmake is initially run.