mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 09:58:53 -06:00
Xcode: Recognize .hh as C++ (#11307)
This commit is contained in:
@@ -643,7 +643,7 @@ cmGlobalXCodeGenerator::CreateXCodeFileReference(cmSourceFile* sf,
|
||||
sourcecode += ".c.h";
|
||||
}
|
||||
else if(ext == "hxx" || ext == "hpp" || ext == "txx"
|
||||
|| ext == "pch")
|
||||
|| ext == "pch" || ext == "hh")
|
||||
{
|
||||
sourcecode += ".cpp.h";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user