mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Merge topic 'eclipse-fix-cxx-natures'
6e6e0c40 Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user