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