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

SRCS(
    lwtrace_example5.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()