mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-18 18:14:28 -04:00
6 lines
213 B
CMake
6 lines
213 B
CMake
SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@")
|
|
SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@")
|
|
SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@")
|
|
SET(CMAKE_SYSTEM_PROCESSOR "@CMAKE_SYSTEM_PROCESSOR@")
|
|
SET(CMAKE_SYSTEM_LOADED 1)
|