These files are needed for booleans (which I had disabled)

reverse merge:
svn merge . -r34357:34356
This commit is contained in:
Campbell Barton
2011-01-16 20:52:15 +00:00
parent 627d47c322
commit 26ee86b20d
4 changed files with 588 additions and 0 deletions

View File

@@ -36,8 +36,11 @@ set(SRC
MEM_Allocator.h
MEM_CacheLimiter.h
MEM_CacheLimiterC-Api.h
MEM_NonCopyable.h
MEM_RefCountPtr.h
MEM_RefCounted.h
MEM_RefCountedC-Api.h
MEM_SmartPtr.h
)
blender_add_lib(bf_intern_memutil "${SRC}" "${INC}")