dont build blender/kernel if the game engines disabled.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
ADD_SUBDIRECTORY(blender)
|
||||
ADD_SUBDIRECTORY(kernel)
|
||||
|
||||
IF(WITH_GAMEENGINE)
|
||||
ADD_SUBDIRECTORY(kernel)
|
||||
ADD_SUBDIRECTORY(gameengine)
|
||||
ENDIF(WITH_GAMEENGINE)
|
||||
|
||||
|
Reference in New Issue
Block a user