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:
Diffstat (limited to 'extern/glew-es/CMakeLists.txt')
-rw-r--r--extern/glew-es/CMakeLists.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/extern/glew-es/CMakeLists.txt b/extern/glew-es/CMakeLists.txt
index 5bb46d3f653..deb73b30455 100644
--- a/extern/glew-es/CMakeLists.txt
+++ b/extern/glew-es/CMakeLists.txt
@@ -19,7 +19,7 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- include
+ include
)
set(INC_SYS
@@ -27,19 +27,19 @@ set(INC_SYS
)
if(UNIX)
- list(APPEND INC_SYS
- ${X11_X11_INCLUDE_PATH}
- )
+ list(APPEND INC_SYS
+ ${X11_X11_INCLUDE_PATH}
+ )
endif()
set(SRC
- src/glew.c
+ src/glew.c
- include/GL/eglew.h
- include/GL/glesew.h
- include/GL/glew.h
- include/GL/glxew.h
- include/GL/wglew.h
+ include/GL/eglew.h
+ include/GL/glesew.h
+ include/GL/glew.h
+ include/GL/glxew.h
+ include/GL/wglew.h
)
set(LIB