ya.make 492 B

1234567891011121314151617181920212223242526272829
  1. LIBRARY()
  2. # git repository: https://github.com/ibre5041/antlr3.git
  3. # XXX fork of: https://github.com/antlr/antlr3.git
  4. # directory: runtime/Cpp
  5. # revision: a4d1928e03b2b3f74579e54a6211cd1d695001b9
  6. VERSION(2016-03-31-a4d1928e03b2b3f74579e54a6211cd1d695001b9)
  7. LICENSE(
  8. BSD-3-Clause AND
  9. Unicode-Mappings
  10. )
  11. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  12. OWNER(g:yql)
  13. NO_COMPILER_WARNINGS()
  14. ADDINCL(
  15. GLOBAL contrib/libs/antlr3_cpp_runtime/include
  16. )
  17. SRCS(
  18. antlr3.cpp
  19. )
  20. END()