Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-09-12 16:49:53 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-12 16:51:21 +0300
commit6432fa488a8a8ac43f340d492da4fbca0f94e085 (patch)
tree2fb6c60992632297d5beb6f7d6d30eb148efa72d /source/blender/makesrna
parent136bdb561b4ce05788e7b654c7e734cc35664b91 (diff)
Cleanup: Remove GLEW dependencies outside of GL module
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 0387f83d695..976035b9886 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -385,10 +385,6 @@ blender_include_dirs(
../../../../intern/mantaflow/extern
)
-blender_include_dirs_sys(
- "${GLEW_INCLUDE_PATH}"
-)
-
add_cc_flags_custom_test(makesrna)
setup_platform_linker_flags()
@@ -443,7 +439,6 @@ set(LIB
bf_editor_undo
)
-add_definitions(${GL_DEFINITIONS})
blender_add_lib(bf_rna "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")