CMake/Tests/VSGNUFortran/c_code/CMakeLists.txt
Bill Hoffman 538c3452ad Add CMakeAddFortranSubdirectory to use MinGW gfortran in VS
This patch adds a new module that allows for easy integration of MinGW
gfortran and the Visual Studio compiler. It is done in a function called
cmake_add_fortran_subdirectory. The patch also includes a test for this
feature.
2012-02-09 08:33:57 -05:00

3 lines
84 B
CMake

add_executable(c_using_fortran main.c)
target_link_libraries(c_using_fortran hello)