fix for own recent unused commit that broke with OpenMP enabled.

also build ./source/ first with cmake since testing new changes are most likely to be made here.
This commit is contained in:
Campbell Barton
2010-10-15 07:26:26 +00:00
parent 4e61d5420c
commit 271bbf4a0d
2 changed files with 8 additions and 4 deletions

View File

@@ -931,9 +931,9 @@ ENDIF(WITH_CXX_GUARDEDALLOC)
#-----------------------------------------------------------------------------
# Libraries
FILE(WRITE ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt "")
ADD_SUBDIRECTORY(source)
ADD_SUBDIRECTORY(intern)
ADD_SUBDIRECTORY(extern)
ADD_SUBDIRECTORY(source)
#-----------------------------------------------------------------------------