mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
@@ -942,6 +942,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") {
|
||||
|
||||
Reference in New Issue
Block a user