mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 00:05:24 -04:00
71359f5b9d
Alex
7 lines
214 B
CMake
7 lines
214 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)
|