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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-25 02:51:44 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-10-25 02:51:44 +0400
commit47463742e264d5bfbf81215ea7d907c4e9a3a1e1 (patch)
treebab7eea6ec1903c5922d3d9dcea9c99a4b1cc42e /build_files/cmake
parent4cd1e6337e516015383f3c47886b180ee16d2e3a (diff)
parent5b6224c84719213883334bcd9d2c46216053fe35 (diff)
Cycles: svn merge -r41232:41266 ^/trunk/blender
Diffstat (limited to 'build_files/cmake')
-rwxr-xr-xbuild_files/cmake/project_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index 76183c01f94..f57778f9858 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -104,7 +104,7 @@ def is_glsl(filename):
def is_c(filename):
ext = splitext(filename)[1]
- return (ext in (".c", ".cpp", ".cxx", ".m", ".mm", ".rc"))
+ return (ext in (".c", ".cpp", ".cxx", ".m", ".mm", ".rc", ".cc"))
def is_c_any(filename):