aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser/enum_serialization_runtime/ya.make
blob: 67c971027fc64c10633720ee22fa13d3e189fcbe (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()