aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rescompiler/ya.make
blob: f9a4ecab16991bfad164ac015b6ef6995b38314d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
)