aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/packedtypes/ya.make
blob: 4c2c950619595602e78816ff12041aaa769b2e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LIBRARY()

OWNER(
    akhropov
    velavokr
)

PEERDIR(
    library/cpp/streams/zc_memory_input
)

SRCS(
    fixed_point.h
    longs.cpp
    packed.h
    packedfloat.cpp
    packedfloat.h
    zigzag.h
)

END()