mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
Fix regular expressions
This commit is contained in:
parent
84d15bf00e
commit
ce23446000
@ -60,8 +60,8 @@ cmMakefile::cmMakefile()
|
||||
m_LocalGenerator = 0;
|
||||
this->AddSourceGroup("", "^.*$");
|
||||
this->AddSourceGroup("Source Files",
|
||||
"\\.(C|M|c|c++|cc|cpp|cxx|m|mm|rc|def|r|odl|idl|hpj|bat)$");
|
||||
this->AddSourceGroup("Header Files", "\\.(h|h++|hm|hpp|hxx|in|txx|inl)$");
|
||||
"\\.(C|M|c|c\\+\\+|cc|cpp|cxx|m|mm|rc|def|r|odl|idl|hpj|bat)$");
|
||||
this->AddSourceGroup("Header Files", "\\.(h|h\\+\\+|hm|hpp|hxx|in|txx|inl)$");
|
||||
this->AddDefaultDefinitions();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user