mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-14 06:11:43 +00:00
8 lines
138 B
CMake
8 lines
138 B
CMake
|
if(__craylinux_crayprgenv_cxx)
|
||
|
return()
|
||
|
endif()
|
||
|
set(__craylinux_crayprgenv_cxx 1)
|
||
|
|
||
|
include(Compiler/CrayPrgEnv)
|
||
|
__CrayPrgEnv_setup(CXX)
|