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>2021-07-15 10:52:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-15 10:52:27 +0300
commit41e0a5b5ed373793ff95ed0d7662d87080b944d0 (patch)
treee8327259c3cf5b794aa6c5fed147577c07c1f1ee /build_files
parent15cdcb4e9085c3cf35528c2f7e559955b4ff531a (diff)
CMake: update config for checking utility
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index 8e626f8d056..bf842466add 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -8,6 +8,9 @@ IGNORE_SOURCE = (
# specific source files
"extern/audaspace/",
+ # Use for `WIN32` only.
+ "source/creator/blender_launcher_win32.c",
+
# specific source files
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",
"extern/bullet2/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp",