aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pybind/ya.make
blob: 9b7b3413f2de44faef9e29bbaa04f33532603386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_NATIVE_LIBRARY()

SRCS(
    cast.cpp
    pod.cpp
    typedesc.cpp
    module.cpp
    exceptions.cpp
    embedding.cpp
    empty.cpp
    v2.cpp
)

END()