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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-15 11:26:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-15 11:26:26 +0400
commit271bbf4a0d7390f68ac973aa83bbb89fd0e4f583 (patch)
treed9028490bc340b185c5d8b0c5c679cdb621e6973 /CMakeLists.txt
parent4e61d5420c6b45c406bc59bd311342579c619e9c (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 46977d780f6..287fa50d70a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
#-----------------------------------------------------------------------------