ya.make 358 B

1234567891011121314151617181920212223
  1. # Generated by devtools/yamaker/ym2
  2. LIBRARY()
  3. LICENSE(MIT)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(2.0.0)
  6. ORIGINAL_SOURCE(https://github.com/mike-lischke/antlr4-c3/archive/refs/tags/cpp-2.0.0.tar.gz)
  7. NO_COMPILER_WARNINGS()
  8. SUBSCRIBER(g:cpp-contrib)
  9. PEERDIR(
  10. contrib/libs/antlr4_cpp_runtime
  11. )
  12. SRC(src/CodeCompletionCore.cpp)
  13. END()