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

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

RECURSE(
    bin
)