1234567891011121314151617181920212223 |
- # Generated by devtools/yamaker/ym2
- LIBRARY()
- LICENSE(MIT)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(2.0.0)
- ORIGINAL_SOURCE(https://github.com/mike-lischke/antlr4-c3/archive/refs/tags/cpp-2.0.0.tar.gz)
- NO_COMPILER_WARNINGS()
- SUBSCRIBER(g:cpp-contrib)
- PEERDIR(
- contrib/libs/antlr4_cpp_runtime
- )
- SRC(src/CodeCompletionCore.cpp)
- END()
|