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

SRCS(
    usage.cpp
)

PEERDIR(
    library/cpp/comptable
)

END()