skaslev / gl3w

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

Linking directly to dl breaks the build on non UNIX platforms. #50

Closed podgorskiy closed 7 years ago

podgorskiy commented 7 years ago

Using variable CMAKE_DL_LIBS instead, which is empty if the library is not available. https://cmake.org/cmake/help/v3.0/variable/CMAKE_DL_LIBS.html