aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: 1a7623643edf94212974831f6024d1de92aa81ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OWNER(g:ymake)

PY2_LIBRARY()

PY_SRCS(
    code_generator.py
    ssqls.py
    swig.py 

    _common.py 
    _custom_command.py
    _import_wrapper.py
    _requirements.py
    _test_const.py
) 
 
PEERDIR(build/plugins/lib)

END()

RECURSE(
    tests
)