Skip to content
Snippets Groups Projects
Commit 36fe8c0a authored by Campbell Barton's avatar Campbell Barton
Browse files

check_cmake_consistency: include '*.msl' files

parent 5883f51d
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ def is_c_header(filename: str) -> bool: ...@@ -95,7 +95,7 @@ def is_c_header(filename: str) -> bool:
def is_c(filename: str) -> bool: def is_c(filename: str) -> bool:
ext = splitext(filename)[1] ext = splitext(filename)[1]
return (ext in {".c", ".cpp", ".cxx", ".m", ".mm", ".rc", ".cc", ".inl", ".metal"}) return (ext in {".c", ".cpp", ".cxx", ".m", ".mm", ".rc", ".cc", ".inl", ".metal", ".msl"})
def is_c_any(filename: str) -> bool: def is_c_any(filename: str) -> bool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment