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/editors/space_statusbar/CMakeLists.txt
parent136bdb561b4ce05788e7b654c7e734cc35664b91 (diff)
Cleanup: Remove GLEW dependencies outside of GL module
Diffstat (limited to 'source/blender/editors/space_statusbar/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_statusbar/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_statusbar/CMakeLists.txt b/source/blender/editors/space_statusbar/CMakeLists.txt
index ad4c060a1f6..a0f3afecaf9 100644
--- a/source/blender/editors/space_statusbar/CMakeLists.txt
+++ b/source/blender/editors/space_statusbar/CMakeLists.txt
@@ -29,9 +29,6 @@ set(INC
../../../../intern/guardedalloc
)
-set(INC_SYS
- ${GLEW_INCLUDE_PATH}
-)
set(SRC
space_statusbar.c
@@ -42,6 +39,5 @@ set(LIB
bf_blenlib
)
-add_definitions(${GL_DEFINITIONS})
blender_add_lib(bf_editor_space_statusbar "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")