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

OWNER(cthulhu)

SRCS(
    lwtrace_example2.cpp
)

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

END()