diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-08-05 20:55:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-08-05 20:55:57 (GMT) |
commit | 71287734a9344e130721502e6342ef0afb0554a4 (patch) | |
tree | d78f15673b82675ca0add5f1ee49e68b8fd62c47 /Modules/FortranCInterface/mymodule_.c | |
parent | 6e54b18b5d46a43a19c5f4e479f7ff3dc49445ac (diff) | |
download | CMake-71287734a9344e130721502e6342ef0afb0554a4.zip CMake-71287734a9344e130721502e6342ef0afb0554a4.tar.gz CMake-71287734a9344e130721502e6342ef0afb0554a4.tar.bz2 |
Teach FortranC interface for Intel, PGI, and gcc 4.2
Diffstat (limited to 'Modules/FortranCInterface/mymodule_.c')
-rw-r--r-- | Modules/FortranCInterface/mymodule_.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FortranCInterface/mymodule_.c b/Modules/FortranCInterface/mymodule_.c new file mode 100644 index 0000000..68550b2 --- /dev/null +++ b/Modules/FortranCInterface/mymodule_.c @@ -0,0 +1 @@ +void mymodule_(void){} |