mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Xcode: Add file type for Metal shader files
This commit is contained in:
parent
0de7807c36
commit
078c732185
@ -865,6 +865,10 @@ GetSourcecodeValueFromFileExtension(const std::string& _ext,
|
||||
{
|
||||
sourcecode += ".asm";
|
||||
}
|
||||
else if (ext == "metal")
|
||||
{
|
||||
sourcecode += ".metal";
|
||||
}
|
||||
//else
|
||||
// {
|
||||
// // Already specialized above or we leave sourcecode == "sourcecode"
|
||||
|
Loading…
Reference in New Issue
Block a user