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

SRCS(
    lwtrace_example4.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()