mirror of
https://github.com/reactos/CMake.git
synced 2025-02-25 14:41:16 +00:00
Merge topic 'xcode-objc'
1e68fb0c91 Xcode: Set source file type for Objective C/C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4073
This commit is contained in:
commit
51d83d4955
@ -944,6 +944,10 @@ std::string GetSourcecodeValueFromFileExtension(const std::string& _ext,
|
||||
sourcecode += ".cpp.cpp";
|
||||
} else if (lang == "C") {
|
||||
sourcecode += ".c.c";
|
||||
} else if (lang == "OBJCXX") {
|
||||
sourcecode += ".cpp.objcpp";
|
||||
} else if (lang == "OBJC") {
|
||||
sourcecode += ".c.objc";
|
||||
} else if (lang == "Fortran") {
|
||||
sourcecode += ".fortran.f90";
|
||||
} else if (lang == "ASM") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user