aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/ios_sdk/ya.make
blob: b1246a70b947addbd5a1e38d40e99092a94a1c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
RESOURCES_LIBRARY()

OWNER(somov)

SET(NEED_PLATFORM_PEERDIRS no)

IF (OS_IOS AND NOT OS_IOSSIM)
    # iOS 14.5 SDK / Xcode 12.5.1 (12E507)
    DECLARE_EXTERNAL_RESOURCE(IOS_SDK_ROOT sbr:2661782168)
ELSEIF (OS_IOSSIM)
    # iOS Simulator 14.5 SDK / Xcode 12.5.1 (12E507)
    DECLARE_EXTERNAL_RESOURCE(IOS_SDK_ROOT sbr:2661786760)
ELSE()
    MESSAGE(FATAL_ERROR "There is no iOS SDK for the selected target platform")
ENDIF()

END()