aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/accessors/ya.make
blob: e322026a1cb0d7020acb06504d045967d89bda5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

OWNER(elric)

SRCS(
    accessors.cpp
    accessors_impl.cpp
    memory_traits.cpp
)

END()