aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/ya.make
blob: 12de2d6769ad0135b9ac2d186890f90ad766f3fc (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
34
LIBRARY()

WITHOUT_LICENSE_TEXTS()

# Proxy library
LICENSE(Not-Applicable)

NO_PLATFORM()

IF (NOT USE_STL_SYSTEM)
    IF (MSVC AND NOT CLANG_CL)
        PEERDIR(
            contrib/libs/cxxsupp/libcxxmsvc
        )
    ELSE()
        PEERDIR(
            contrib/libs/cxxsupp/libcxx
        )
    ENDIF()
ELSE()
    PEERDIR(
        contrib/libs/cxxsupp/system_stl
    )
ENDIF()

END()

RECURSE(
    libcxx
    libcxxabi
    libcxxmsvc
    libcxxrt
    openmp
)