aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/greedy_dict/ya.make
blob: 4deb99578e683d43497caf6bc436efc69105527b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OWNER(velavokr) 
 
LIBRARY()

SRCS(
    gd_builder.cpp
    gd_entry.cpp
)

PEERDIR(
    library/cpp/containers/comptrie
    library/cpp/string_utils/relaxed_escaper
)

END()