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

SRCS(
    int128.cpp
    int128.h
)

END()

RECURSE(
    bench
    ut
)