aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: 0e4969e6562de411125ecb8cae2da14b563679f1 (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
)