[Bf-blender-cvs] [b02696f855a] blender2.8: CMake: add missing files

Campbell Barton noreply at git.blender.org
Wed Nov 28 23:06:11 CET 2018


Commit: b02696f855a4e18bae26c326d938f814835c2d6b
Author: Campbell Barton
Date:   Thu Nov 29 09:01:03 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBb02696f855a4e18bae26c326d938f814835c2d6b

CMake: add missing files

===================================================================

M	build_files/cmake/cmake_consistency_check_config.py
M	source/blender/blenkernel/CMakeLists.txt

===================================================================

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)



More information about the Bf-blender-cvs mailing list