mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 13:50:50 +00:00
9 lines
315 B
CMake
9 lines
315 B
CMake
include(Compiler/PathScale)
|
|
__compiler_pathscale(Fortran)
|
|
|
|
set(CMAKE_Fortran_MODDIR_FLAG "-module ")
|
|
set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixedform")
|
|
set(CMAKE_Fortran_FORMAT_FREE_FLAG "-freeform")
|
|
|
|
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_ON "-cpp")
|
|
set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_OFF "-nocpp")
|