aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/scheme/ya.make
blob: bac08ba5a4aada11ecebf55313c12046d994aae3 (plain) (tree)
1
2
3
4
5
6
7
8
9




               

                 
                      
                       




                         
                         
                    
                                            
 
                                     
 
     
LIBRARY()

OWNER(velavokr)

SRCS(
    scheme.cpp
    scheme_cast.h
    scimpl.h
    scimpl_defs.h
    scimpl_private.cpp
    scimpl_protobuf.cpp
    scimpl_select.rl6
    scimpl_json_read.cpp
    scimpl_json_write.cpp
)

PEERDIR(
    contrib/libs/protobuf
    library/cpp/json
    library/cpp/string_utils/relaxed_escaper
)

GENERATE_ENUM_SERIALIZATION(scheme.h)

END()