mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-03 11:47:42 +08: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)
|