aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rescompressor/ya.make
blob: 4c118c0bc6ee53eca6d30bf8ac90c9461f1c9a76 (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/rescompressor/ya.make.prebuilt)
ENDIF()

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

RECURSE(
    bin
)