aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: 9b5f815c803bd47c24e45e7ebb7eabaeedcd9251 (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
24
25
26
27
28
OWNER(g:ymake)

PY2_LIBRARY()

PY_SRCS(
    TOP_LEVEL

    code_generator.py
    ssqls.py

    _common.py
    _requirements.py
)

PEERDIR(
    build/plugins/lib/proxy
    build/plugins/lib/test_const/proxy
)

END()

RECURSE(
    tests
    lib
    lib/proxy
    lib/test_const
    lib/test_const/proxy
)