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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-08-25 23:50:33 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-08-25 23:50:33 +0400
commitfad1c3fb58f9a6ee4814d005b0be182b71546c22 (patch)
tree93f1959ccdae3832b263131ebe068927a9b471c4 /source/blender/CMakeLists.txt
parent0ea787041d2584b74bee66b854728fa9590bd487 (diff)
BMesh/CMake:
* Updated/added cmake configuration for building bmesh
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index a9e3d50211f..4696901ca45 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -40,6 +40,7 @@ ADD_SUBDIRECTORY(makesrna)
ADD_SUBDIRECTORY(readblenfile)
ADD_SUBDIRECTORY(render)
ADD_SUBDIRECTORY(blenfont)
+ADD_SUBDIRECTORY(bmesh)
IF(WITH_OPENEXR)
ADD_SUBDIRECTORY(imbuf/intern/openexr)