aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/fastlz/ya.make
blob: 476ed9248efcb8aa4040398b6f155567eb222b85 (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
LIBRARY() 

LICENSE(MIT) 

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(0.1.0)

OWNER(
    g:contrib
    g:cpp-contrib
)
 
NO_UTIL()

NO_COMPILER_WARNINGS()
 
SRCS( 
    fastlz.c 
    rename.h
) 
 
END()