mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-24 17:35:34 +08:00
4 lines
135 B
CMake
4 lines
135 B
CMake
|
|
set(CMAKE_C_COMPILER /usr/bin/gcc)
|
|||
|
|
set(CMAKE_CXX_COMPILER /usr/bin/g++)
|
|||
|
|
set(CMAKE_AR /usr/bin/ar)
|
|||
|
|
set(CMAKE_LINKER /usr/bin/ld.gold)
|