dont build blender/kernel if the game engines disabled.

This commit is contained in:
Campbell Barton
2010-10-31 00:56:46 +00:00
parent b349f7c99d
commit 7f5abb7fe2
6 changed files with 38 additions and 9 deletions

View File

@@ -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)