aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources/mapsmobi_ios_pods/ya.make
blob: a733c6beb436aae512b6a3388192372a9d9c7114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
RESOURCES_LIBRARY()

OWNER(g:mapkit)

IF (OS_IOS)
    DECLARE_EXTERNAL_RESOURCE(MAPSMOBI_IOS_PODS sbr:2586181384)
    CFLAGS(GLOBAL "-I$MAPSMOBI_IOS_PODS_RESOURCE_GLOBAL/Pods/Headers/Public")
ELSE()
    MESSAGE(FATAL_ERROR Unsupported platform)
ENDIF()

END()