aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/int128/ya.make
blob: 95e453e6f1a00945e3106698444a176db2aa3363 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

OWNER(
    vladon
    # g:zora
)

SRCS(
    int128.cpp
    int128.h
)

END()