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