Add a default source group for object files.

This commit is contained in:
David Cole 2012-03-15 14:15:44 -04:00 committed by Brad King
parent be01f3b098
commit b063599603
1 changed files with 1 additions and 0 deletions

View File

@ -782,6 +782,7 @@ void cmMakefile::SetLocalGenerator(cmLocalGenerator* lg)
"\\.(h|hh|h\\+\\+|hm|hpp|hxx|in|txx|inl)$");
this->AddSourceGroup("CMake Rules", "\\.rule$");
this->AddSourceGroup("Resources", "\\.plist$");
this->AddSourceGroup("Object Files", "\\.(lo|o|obj)$");
#endif
this->WarnUnused = this->GetCMakeInstance()->GetWarnUnused();