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

OWNER(cthulhu)

SRCS(
    lwtrace_example1.cpp
)

PEERDIR(
    library/cpp/lwtrace 
)

END()