aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/last_getopt_demo/ya.make
blob: 275f983051efcc97d2bc24d89452a6a002bf0571 (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()