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

PY3_PROGRAM()

WITHOUT_LICENSE_TEXTS()

LICENSE(NCSA)

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

NO_LINT()

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

PY_SRCS(
    MAIN cindex/cindex-dump.py
)

END()