aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rorescompiler/ya.make
blob: 55640d731af58307b74f93b5b1a4578ac33fa8d8 (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
)