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