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