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

OWNER(serxa)

SRCS(
    lwtrace_example5.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()