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

SRCS(
    lwtrace_example1.cpp
)

PEERDIR(
    library/cpp/lwtrace
)

END()