blob: 625203a3481bdcbac4c05d7215b60787063f9053 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY23_NATIVE_LIBRARY(py3c)
LICENSE(MIT)
VERSION(1.4)
SRCS(
py3c.cpp
)
NO_LINT()
RESOURCE_FILES(
PREFIX contrib/python/py3c/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|