aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/java/kythe/ya.make
blob: 53724cbae28bdcba510f461bae5926f33fb7f7b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
RESOURCES_LIBRARY() 
OWNER(g:ymake) 
 
IF(USE_SYSTEM_KYTHE) 
    MESSAGE(WARNING System Kythe $USE_SYSTEM_KYTHE will be used) 
ELSE() 
    DECLARE_EXTERNAL_RESOURCE(KYTHE sbr:837801347) 
ENDIF() 
 
END()