mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
8 lines
139 B
CMake
8 lines
139 B
CMake
if(__craylinux_crayprgenv_c)
|
|
return()
|
|
endif()
|
|
set(__craylinux_crayprgenv_c 1)
|
|
|
|
include(Compiler/CrayPrgEnv)
|
|
__CrayPrgEnv_setup(C)
|