link to GLEW_LIBRARIES instead of GLEW_LIBRARY in interface CMakeLists

This commit is contained in:
Stephen Birarda 2014-07-18 10:12:52 -07:00
parent 2f84e1f236
commit e619393ac0

View file

@ -322,6 +322,6 @@ else (APPLE)
# add a definition for ssize_t so that windows doesn't bail
add_definitions(-Dssize_t=long)
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARY}" wsock32.lib opengl32.lib)
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}" wsock32.lib opengl32.lib)
endif()
endif (APPLE)