blob: 83da481e82d004b171b26c82d28c20bea064d05f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
RESOURCES_LIBRARY()
SUBSCRIBER(heretic)
IF (USE_SYSTEM_JSTYLE_LIB)
MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used)
ELSE()
DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:6342053228)
ENDIF()
END()
|