aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/last_getopt_demo/ya.make
blob: 423a0bf008607dd96bc34f801f9b9067175d8097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM(last_getopt_demo)

OWNER(amatanhead)
 
PEERDIR( 
    library/cpp/getopt
) 
 
SRCS(
    demo.cpp
)

END()