aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/list_codings/ya.make
blob: afc5c4544426f01054d6f73eeac122c2abdb798a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PROGRAM()

PEERDIR(
    library/cpp/http/io
)

SRCS(
    main.cpp
)

END()