Fixed compilation with cmake 3.6

This commit is contained in:
deve 2016-09-26 11:28:19 +02:00
parent 1a3daafbff
commit cabc696710

View File

@ -16,3 +16,5 @@ add_library(glew STATIC
include/GL/glew.h include/GL/glxew.h include/GL/wglew.h
src/glew.c src/glewinfo.c
)
target_link_libraries(glew ${OPENGL_LIBRARIES})