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:
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py3
-rw-r--r--source/blender/blenkernel/CMakeLists.txt4
2 files changed, 5 insertions, 2 deletions
diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index bb98cb22644..7ecfe6f1e5f 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -6,7 +6,7 @@ IGNORE_SOURCE = (
"/release/",
# specific source files
- "extern/audaspace/"
+ "extern/audaspace/",
# specific source files
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",
@@ -37,6 +37,7 @@ IGNORE_SOURCE = (
)
IGNORE_CMAKE = (
+ "extern/audaspace/CMakeLists.txt",
)
UTF8_CHECK = True
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index be06bb586ef..00b64379647 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -347,14 +347,16 @@ set(SRC
BKE_writeavi.h
nla_private.h
- tracking_private.h
particle_private.h
+ tracking_private.h
intern/CCGSubSurf.h
intern/CCGSubSurf_inline.h
intern/CCGSubSurf_intern.h
intern/data_transfer_intern.h
+ intern/multires_inline.h
intern/pbvh_intern.h
intern/subdiv_converter.h
+ intern/subdiv_inline.h
)
if(WITH_BINRELOC)