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

IF (USE_PREBUILT_TOOLS)
    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rescompiler/ya.make.prebuilt)
ENDIF()

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

RECURSE(
    bin
)