openglsuperbible / sb7code

Source code and supporting material for the 7th Edition of OpenGL SuperBible
727 stars 251 forks source link

Replaced "glfw3" with ${GLFW_LIBRARIES} #14

Closed latencyhiding closed 8 years ago

latencyhiding commented 8 years ago

GLFW was not being pointed to correctly on linux. After pkg-config, the variable GLFW_LIBRARIES is set to the correct name of the package on the system, which for me at least was "glfw" instead of "glfw3". Minor change, but it should build on linux now.

latencyhiding commented 8 years ago

My bad, didn't see that there was an existing pull request for this exact fix.