123456789101112131415161718 |
- # Generated by devtools/yamaker.
- PY23_LIBRARY()
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- clang/__init__.py
- clang/cindex.py
- clang/enumerations.py
- )
- END()
|