Cleanup: Remove GLEW dependencies outside of GL module

This commit is contained in:
2020-09-12 15:49:53 +02:00
parent 136bdb561b
commit 6432fa488a
50 changed files with 2 additions and 189 deletions

View File

@@ -178,7 +178,6 @@ if(WITH_GMP)
endif()
# So we can have special tricks in modifier system.
add_definitions(${GL_DEFINITIONS})
blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")