aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/comptable/ya.make
blob: 38ec34d6c116941b1144b7d5feb6ca210aa80fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()


SRCS(
    comptable.cpp
)

PEERDIR(
    library/cpp/compproto
)

END()

RECURSE(
    usage
    ut
)