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>2012-12-30 22:25:36 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-12-30 22:25:36 +0400
commitec258542e2b537c4292fd9214d898fa5d3864ef9 (patch)
tree5ccf99350ade330a2c5dd85623c71e7e7619f117 /source/blender/blenkernel/CMakeLists.txt
parentd383c324131f6b295512403c367dc3b932a1de90 (diff)
Code cleanup: move PBVH/PBVHNode structs into new header file
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 2502773e7f5..6d53f9e7dd5 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -244,6 +244,7 @@ set(SRC
depsgraph_private.h
nla_private.h
intern/CCGSubSurf.h
+ intern/pbvh_intern.h
)
add_definitions(-DGLEW_STATIC)