mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
5 lines
122 B
CMake
5 lines
122 B
CMake
# specify the cross compiler
|
|
SET(CMAKE_C_COMPILER clang)
|
|
SET(CMAKE_CXX_COMPILER clang++)
|
|
SET(CMAKE_COMPILER_IS_GNUCC 1)
|