This commit is contained in:
ZappoMan 2014-12-16 12:05:23 -08:00
parent ec5c33fecc
commit ee34dfffc1

View file

@ -26,6 +26,7 @@ else (APPLE)
# we're using static GLEW, so define GLEW_STATIC
add_definitions(-DGLEW_STATIC)
target_link_libraries(${TARGET_NAME} "${GLEW_LIBRARIES}")
endif()
endif (APPLE)