aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example3/ya.make
blob: 970037228efdae5b79ec3857d2f017a69f462d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROGRAM(lwtrace-example3)

SRCS(
    lwtrace_example3.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()