aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/example2/ya.make
blob: 448054ba39170715b1d75e4bdcde79e4f9372f01 (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()