ya.make 252 B

123456789101112131415161718192021222324
  1. OWNER(g:ymake)
  2. PY2_LIBRARY()
  3. PY_SRCS(
  4. code_generator.py
  5. ssqls.py
  6. maps_mobile_idl.py
  7. _common.py
  8. _requirements.py
  9. )
  10. PEERDIR(
  11. build/plugins/lib
  12. build/plugins/lib/test_const
  13. )
  14. END()
  15. RECURSE(
  16. tests
  17. lib/test_const
  18. )