Merge branch 'release-3.0' into release

This commit is contained in:
Brad King 2015-01-16 09:04:02 -05:00
commit 8741991e4b
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ void cmExtraEclipseCDT4Generator
if (*lit == "CXX")
{
this->Natures.insert("org.eclipse.cdt.core.ccnature");
this->Natures.insert("org.eclipse.cdt.core.cnature");
}
else if (*lit == "C")
{