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

OWNER(serxa)

SRCS(
    lwtrace_example3.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()