diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-01 13:04:27 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-01 13:04:27 (GMT) |
commit | ecf312ccc87ae455267df27ad5cbe2c031e9ef18 (patch) | |
tree | 4aa28cac73526043f0e7886cc993f0c773ad87c2 /Source/cmMakefile.cxx | |
parent | 8a704d5686280ab804f03e48a180ff871422609f (diff) | |
download | CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.zip CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.gz CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.bz2 |
STYLE: fix line length stuff for KWStyle
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 8f102df..a7e642d 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -83,7 +83,8 @@ cmMakefile::cmMakefile() this->AddSourceGroup("", "^.*$"); this->AddSourceGroup ("Source Files", - "\\.(C|M|c|c\\+\\+|cc|cpp|cxx|f|f90|for|fpp|ftn|m|mm|rc|def|r|odl|idl|hpj|bat)$"); + "\\.(C|M|c|c\\+\\+|cc|cpp|cxx|f|f90|for|fpp" + "|ftn|m|mm|rc|def|r|odl|idl|hpj|bat)$"); this->AddSourceGroup("Header Files", "\\.(h|hh|h\\+\\+|hm|hpp|hxx|in|txx|inl)$"); this->AddSourceGroup("CMake Rules", "\\.rule$"); |