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

SRCS(
    lwtrace_example2.cpp
)

PEERDIR(
    library/cpp/lwtrace
    library/cpp/getopt
)

END()