diff options
author | ocielliottc <elliottc@objectcomputing.com> | 2023-04-26 10:35:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 10:35:51 -0500 |
commit | 4cbc59f2e70ceb74c9dec65b57b02b1c2397f961 (patch) | |
tree | f45a8cdc36c703a9c41d2730e3a2801079c1a053 /modules/ProjectCreator.pm | |
parent | 516e0a2bdb9ec407b220f84e5df6cfe933d29f02 (diff) | |
parent | 62c44927b0616a85e9b5afed5975678d97343c18 (diff) | |
download | MPC-master.tar.gz |
Random minor changes
Diffstat (limited to 'modules/ProjectCreator.pm')
-rw-r--r-- | modules/ProjectCreator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm index ea32c143..0ee9d27d 100644 --- a/modules/ProjectCreator.pm +++ b/modules/ProjectCreator.pm @@ -194,7 +194,7 @@ my $cppresource = 'resource_files'; my %cppvc = ('source_files' => [ "\\.cpp", "\\.cxx", "\\.cc", "\\.c", "\\.C", ], 'template_files' => [ "_T\\.cpp", "_T\\.cxx", "_T\\.cc", "_T\\.c", "_T\\.C", "_t\\.cpp", "_t\\.cxx", "_t\\.cc", "_t\\.c", "_t\\.C", "\\.tpp" ], 'header_files' => [ "\\.h", "\\.hpp", "\\.hxx", "\\.hh", ], - 'inline_files' => [ "\\.i", "\\.ipp", "\\.inl", ], + 'inline_files' => [ "\\.i", "\\.ipp", "\\.ixx", "\\.inl", ], 'documentation_files' => [ "README", "readme", "\\.doc", "\\.txt", "\\.html" ], $cppresource => [ "\\.rc", ], ); |