فهرست منبع

Xcode: Add support for mig files

James Touton 9 سال پیش
والد
کامیت
27eb657d11
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Source/cmGlobalXCodeGenerator.cxx

+ 2 - 0
Source/cmGlobalXCodeGenerator.cxx

@@ -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
   //  {