aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rorescompiler/ya.make
blob: 7e372666f9b03a90ceb0bdf79062e5353552b401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(heretic g:ymake)

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
)