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