aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rorescompiler/ya.make
blob: 3e131bbdf6ea327e0d8190562e18df9f2e945568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
IF (USE_PREBUILT_TOOLS)
    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.prebuilt)
ENDIF()

IF (NOT PREBUILT)
    INCLUDE(${ARCADIA_ROOT}/tools/rorescompiler/bin/ya.make)
ENDIF()

RECURSE(
    bin
)