mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06: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