ya.make 478 B

123456789101112131415161718192021222324252627
  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. NO_COMPILER_WARNINGS()
  13. ADDINCL(
  14. GLOBAL contrib/libs/antlr3_cpp_runtime/include
  15. )
  16. SRCS(
  17. antlr3.cpp
  18. )
  19. END()