mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-09 18:31:23 +00:00
9 lines
163 B
CMake
9 lines
163 B
CMake
|
if(__COMPILER_GHS)
|
||
|
return()
|
||
|
endif()
|
||
|
set(__COMPILER_GHS 1)
|
||
|
|
||
|
set(CMAKE_EXECUTABLE_SUFFIX "")
|
||
|
set(CMAKE_LIBRARY_PATH_TERMINATOR "")
|
||
|
set(CMAKE_LIBRARY_PATH_FLAG "")
|