mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-13 05:40:48 +00:00
5 lines
182 B
CMake
5 lines
182 B
CMake
|
include(Platform/Linux-Intel)
|
||
|
__linux_compiler_intel(Fortran)
|
||
|
string(APPEND CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS " -nofor-main")
|
||
|
set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
|