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


SRCS(
    usage.cpp
)

PEERDIR(
    library/cpp/comptable
)

END()