aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/enum_serialization_runtime/ya.make
blob: 357eb61466aca0c0f63f1a8b73c227757e94ad92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()

SRCS(
    dispatch_methods.cpp
    enum_runtime.cpp
    ordered_pairs.cpp
)


END()