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