aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example4/ya.make
blob: e547b430043c3f1cbef811849c654ec676197afc (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()