Merge topic 'eclipse-fix-cxx-natures'
6e6e0c40
Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
This commit is contained in:
commit
373199b1c9
|
@ -62,6 +62,7 @@ void cmExtraEclipseCDT4Generator
|
||||||
if (*lit == "CXX")
|
if (*lit == "CXX")
|
||||||
{
|
{
|
||||||
this->Natures.insert("org.eclipse.cdt.core.ccnature");
|
this->Natures.insert("org.eclipse.cdt.core.ccnature");
|
||||||
|
this->Natures.insert("org.eclipse.cdt.core.cnature");
|
||||||
}
|
}
|
||||||
else if (*lit == "C")
|
else if (*lit == "C")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue