diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-27 19:23:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-27 19:23:14 (GMT) |
commit | 3a97e4699c577a940989af45266e21d57e0d5b4e (patch) | |
tree | ce9af6312951af8c5d02364a98ce23a5e950c4d7 /Modules/FortranCInterface.h.in | |
parent | 1ed93e0a0ed5625f8edd68d57dbec0ab193b0d31 (diff) | |
download | CMake-3a97e4699c577a940989af45266e21d57e0d5b4e.zip CMake-3a97e4699c577a940989af45266e21d57e0d5b4e.tar.gz CMake-3a97e4699c577a940989af45266e21d57e0d5b4e.tar.bz2 |
ENH: add fortran link discovery module
Diffstat (limited to 'Modules/FortranCInterface.h.in')
-rw-r--r-- | Modules/FortranCInterface.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Modules/FortranCInterface.h.in b/Modules/FortranCInterface.h.in new file mode 100644 index 0000000..0250175 --- /dev/null +++ b/Modules/FortranCInterface.h.in @@ -0,0 +1,9 @@ +/* This file is automatically generated by CMake, DO NOT EDIT. + It contains a mapping from Fortran functions so they can + be called from C or C++. */ + + +@HEADER_CONTENT@ + + + |