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

OWNER(
    g:util
    swarmer
)

SRCS(
    enum_runtime.cpp
)


END()