aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/dragonbox/ya.make
blob: 110370cf9bebfbf7895f2d8692a183393e82e798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
LIBRARY(dragonbox)

# git repository: https://github.com/ClickHouse-Extras/dragonbox.git 
# fork of: https://github.com/jk-jeon/dragonbox.git 
# revision: b2751c65c0592c0239aec3becd53d0ea2fde9329 
 
OWNER(g:clickhouse)

VERSION(2020-12-14-b2751c65c0592c0239aec3becd53d0ea2fde9329)

LICENSE( 
    "(BSL-1.0 OR Apache-2.0)" AND 
    Apache-2.0 AND 
    Apache-2.0 WITH LLVM-exception AND 
    BSL-1.0 AND 
    MIT 
) 

LICENSE_TEXTS(.yandex_meta/licenses.list.txt) 
 
NO_UTIL()
 
NO_COMPILER_WARNINGS()

ADDINCL(
    GLOBAL contrib/restricted/dragonbox/include
)

SRCS(
    source/dragonbox_to_chars.cpp
)

END()