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>2012-12-15 19:59:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-15 19:59:25 +0400
commita6bee579e9c6e144f731072b93d004af7b2011c5 (patch)
treef44dfba3568e909d66386fed9bb58e0d529a8b4e /source/blender/blenkernel/CMakeLists.txt
parent21a9fa908954e82e11fe11b67b708edcad6e9dcc (diff)
move pbvh into BKE, it used many BKE bad level includes.
now blenlib/BLI doesn't depend on any blenkern/BKE functions, there are still some bad level includes but these are only to access G.background and the blender version define.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 57996630c28..b350cb718c8 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -122,6 +122,7 @@ set(SRC
intern/paint.c
intern/particle.c
intern/particle_system.c
+ intern/pbvh.c
intern/pointcache.c
intern/property.c
intern/report.c
@@ -149,7 +150,6 @@ set(SRC
intern/writeavi.c
intern/writeframeserver.c
-
BKE_DerivedMesh.h
BKE_action.h
BKE_anim.h
@@ -161,6 +161,7 @@ set(SRC
BKE_bmfont_types.h
BKE_boids.h
BKE_booleanops_mesh.h
+ BKE_bpath.h
BKE_brush.h
BKE_bullet.h
BKE_bvhutils.h
@@ -211,6 +212,7 @@ set(SRC
BKE_packedFile.h
BKE_paint.h
BKE_particle.h
+ BKE_pbvh.h
BKE_pointcache.h
BKE_property.h
BKE_report.h
@@ -236,7 +238,6 @@ set(SRC
BKE_world.h
BKE_writeavi.h
BKE_writeframeserver.h
- BKE_bpath.h
depsgraph_private.h
nla_private.h