Cleanup: Remove GLEW dependencies outside of GL module
This commit is contained in:
@@ -34,10 +34,6 @@ set(INC
|
||||
../../../../intern/guardedalloc
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
${GLEW_INCLUDE_PATH}
|
||||
)
|
||||
|
||||
set(SRC
|
||||
render_internal.c
|
||||
render_opengl.c
|
||||
@@ -61,7 +57,6 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
add_definitions(${GL_DEFINITIONS})
|
||||
|
||||
if(WITH_FREESTYLE)
|
||||
list(APPEND INC
|
||||
|
||||
Reference in New Issue
Block a user