aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libiconv/ya.make
blob: ae4eaa948658585b06ae340afb1937afc7016e73 (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
OWNER(
    g:contrib
    g:cpp-contrib
)

LIBRARY()

VERSION(1.13)

LICENSE(Service-Dll-Harness)

WITHOUT_LICENSE_TEXTS()

NO_RUNTIME() 

IF (USE_DYNAMIC_ICONV)
    PEERDIR(
        contrib/libs/libiconv/dynamic
    ) 
ELSE()
    PEERDIR(
        contrib/libs/libiconv/static
    )
ENDIF() 
 
END()
 
RECURSE(
    dynamic
    static
)