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>2018-11-29 01:01:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-29 01:01:03 +0300
commitb02696f855a4e18bae26c326d938f814835c2d6b (patch)
tree9b1ef19fbaeaaa80d0a3603b934a43efac995dcc /build_files
parent1e10206590a4f2ee249f4275af75353fde3a76f5 (diff)
CMake: add missing files
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py3
1 files changed, 2 insertions, 1 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