aboutsummaryrefslogtreecommitdiffstats
path: root/build/prebuilt/tools/rorescompiler/ya.make.prebuilt
blob: 73fab21a25e50893907c14a6d1e763fa895fc1eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SET_RESOURCE_URI_FROM_JSON(SANDBOX_RESOURCE_URI ${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/resources.json)

IF (SANDBOX_RESOURCE_URI != "")
    ENABLE(PREBUILT)

    PREBUILT_PROGRAM()

    DECLARE_EXTERNAL_RESOURCE(RORESCOMPILER ${SANDBOX_RESOURCE_URI})

    PRIMARY_OUTPUT(${RORESCOMPILER_RESOURCE_GLOBAL}/rorescompiler${MODULE_SUFFIX})

    INCLUDE(ya.make.induced_deps)

    END()
ENDIF()