aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/int128/ya.make
blob: 2a29f01143b1fc474cd7444940aaf21d2dc45329 (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()