最終更新:2019-03-26 (火) 16:25:25 (1855d)  

CMAKE_SYSTEM_NAME
Top / CMAKE_SYSTEM_NAME

CMake-identifier of the target platform to build for.

SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_NAME Android)
SET(CMAKE_SYSTEM_NAME Windows)

関連

  • CMAKE_SYSTEM_VERSION?
  • CMAKE_ANDROID_API?