use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed.

This commit is contained in:
Campbell Barton
2010-12-08 08:43:06 +00:00
parent 70df57df0f
commit afacd18498
120 changed files with 2172 additions and 2172 deletions

View File

@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
SET(INC
set(INC
../../../../source/kernel/gen_system
../../../../intern/string
../../../../intern/moto/include
@@ -39,7 +39,7 @@ SET(INC
../../../../source/blender/blenloader
)
SET(SRC
set(SRC
RAS_GLExtensionManager.cpp
RAS_ListRasterizer.cpp
RAS_OpenGLRasterizer.cpp
@@ -51,6 +51,6 @@ SET(SRC
RAS_VAOpenGLRasterizer.h
)
ADD_DEFINITIONS(-DGLEW_STATIC)
add_definitions(-DGLEW_STATIC)
BLENDERLIB(ge_oglrasterizer "${SRC}" "${INC}")
blenderlib(ge_oglrasterizer "${SRC}" "${INC}")