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