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

OWNER(serxa) 

SRCS(
    lwtrace_example3.cpp 
)

PEERDIR(
    library/cpp/lwtrace
)

END()