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

OWNER(serxa)

SRCS(
    lwtrace_example4.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()