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


PEERDIR(
    library/cpp/getopt
)

SRCS(
    demo.cpp
)

END()