mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Xcode: Add support for mig files
This commit is contained in:
@@ -787,6 +787,8 @@ std::string GetSourcecodeValueFromFileExtension(const std::string& _ext,
|
||||
sourcecode += ".asm";
|
||||
} else if (ext == "metal") {
|
||||
sourcecode += ".metal";
|
||||
} else if (ext == "mig") {
|
||||
sourcecode += ".mig";
|
||||
}
|
||||
// else
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user