We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de15905 commit c83802dCopy full SHA for c83802d
src/fpm_sources.f90
@@ -17,7 +17,7 @@ module fpm_sources
17
18
character(4), parameter :: fortran_suffixes(2) = [".f90", &
19
".f "]
20
-character(4), parameter :: c_suffixes(3) = [".c ", ".h ", ".cpp"]
+character(4), parameter :: c_suffixes(4) = [".c ", ".h ", ".cpp", ".hpp"]
21
22
contains
23
0 commit comments