summaryrefslogblamecommitdiffstats
path: root/build/plugins/ya.make
blob: 4ad5f5988ed65a278c7bbd618cd538d9bbac64e8 (plain) (tree)
1
2
3
4
5
6
7




                     
            














                          
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
)