mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
13 lines
444 B
CMake
13 lines
444 B
CMake
SET (CMAKE_SYSTEM_NAME "Generic")
|
|
SET (CMAKE_SYSTEM_PROCESSOR "arm")
|
|
|
|
SET (SDKVER "4.3")
|
|
SET (DEVROOT "/Developer/Platforms/iPhoneOS.platform/Developer")
|
|
SET (SDKROOT "${DEVROOT}/SDKs/iPhoneOS${SDKVER}.sdk")
|
|
|
|
SET (CMAKE_FIND_ROOT_PATH "${CMAKE_INSTALL_PREFIX}" "${SDKROOT}" "${DEVROOT}")
|
|
SET (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
|
SET (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
|
SET (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
|
|
|
|