aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/ios_sdk/ya.make
blob: 87bef6b17ec7a96228839c36709e858e503809c4 (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()