aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources/mapsmobi_ios_pods/ya.make
blob: c0ab2a3dae47ebd3c8cb4afeac5c9507318941ff (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()