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