mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +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)
|