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

SRCS(
    comptable.cpp
)

PEERDIR(
    library/cpp/compproto
)

END()

RECURSE(
    usage
    ut
)