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