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