aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/clang16/bindings/python/examples/cindex/cindex-includes/ya.make
blob: aa797e290c4a65e574607b077a831cc437745c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by devtools/yamaker.

PY3_PROGRAM()

WITHOUT_LICENSE_TEXTS()

VERSION(16.0.0)

LICENSE(NCSA)

PEERDIR(
    contrib/libs/clang16/bindings/python
)

NO_LINT()

SRCDIR(contrib/libs/clang16/bindings/python/examples)

PY_SRCS(
    MAIN cindex/cindex-includes.py
)

END()