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