Add GLEW_STATIC definition for CMake as well.

This commit is contained in:
Antony Riakiotakis
2013-10-07 18:56:21 +00:00
parent 6aedad4bff
commit 1beec5ba47

View File

@@ -45,6 +45,8 @@ set(ADDON_FILES
addon/ui.py
)
add_definitions(-DGLEW_STATIC)
blender_add_lib(bf_intern_cycles "${SRC}" "${INC}" "${INC_SYS}")
add_dependencies(bf_intern_cycles bf_rna)