mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
538c3452ad
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.
3 lines
96 B
CMake
3 lines
96 B
CMake
set(ENV{PATH} "@MINGW_PATH@\;$ENV{PATH}")
|
|
execute_process(COMMAND "@CMAKE_COMMAND@" --build . )
|