aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/factory/open_by_file_extension/ya.make
blob: add354e7c3134451f99b550106080bcbe51fe6f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

PEERDIR(
    library/cpp/streams/bzip2
    library/cpp/streams/factory/open_common
)

SRCS(
    factory.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)