aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: e9ca97626dcb21e01ebc2a54261c8a330bdb5b20 (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
OWNER(g:ymake)

PY2_LIBRARY()

PY_SRCS(
    code_generator.py
    ssqls.py
    maps_mobile_idl.py

    _common.py
    _requirements.py
)

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

END()

RECURSE(
    tests
    lib/test_const
)