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

OWNER(ironpeter)

SRCS(
    comptable.cpp
)

PEERDIR(
    library/cpp/compproto 
)

END()