From 62c44927b0616a85e9b5afed5975678d97343c18 Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Wed, 26 Apr 2023 08:25:25 -0500 Subject: Support .ixx as an inline file extension. --- modules/ProjectCreator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ProjectCreator.pm') 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", ], ); -- cgit v1.2.1