mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-09 18:31:23 +00:00
8 lines
132 B
CMake
8 lines
132 B
CMake
|
if(__craylinux_crayprgenv_c)
|
||
|
return()
|
||
|
endif()
|
||
|
set(__craylinux_crayprgenv_c 1)
|
||
|
|
||
|
include(Compiler/CrayPrgEnv)
|
||
|
__CrayPrgEnv_setup(C)
|