mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
2b849a77a6
This extends the Fortran-to-C interface test to add a C++ source file. The executable can only link with the C++ linker and with the proper Fortran runtime libraries. These libraries should be detected by CMake automatically, so this tests verifies the detection functionality. |
||
---|---|---|
.. | ||
Executable | ||
External | ||
in_interface | ||
include | ||
Library | ||
CMakeLists.txt | ||
foo.c | ||
foo.cxx | ||
foo.f | ||
hello.f | ||
mysub.f | ||
test_module_implementation.f90 | ||
test_module_interface.f90 | ||
test_module_main.f90 | ||
test_preprocess.F90 | ||
test_use_in_comment_fixedform.f | ||
test_use_in_comment_freeform.f90 |