blob: d5a9237f6898beb36c9f9c72d20482f11f8fe92b (
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()
|