aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libaio/ya.make
blob: 5758f19f8e9cb2021864810b19e2ae976450099c (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
35
36
37
38
39
40
41
42
43
LIBRARY()

# git repository: https://pagure.io/libaio.git
# revision: 5a546a834c36070648158d19dd564762d59f8eb8

LICENSE(Service-Dll-Harness)

WITHOUT_LICENSE_TEXTS()

VERSION(2015-07-01-5a546a834c36070648158d19dd564762d59f8eb8)

OWNER(
    g:contrib
    g:cpp-contrib
)

NO_RUNTIME()

OPENSOURCE_EXPORT_REPLACEMENT(
    CMAKE AIO
    CMAKE_TARGET AIO::aio
)

IF (NOT EXPORT_CMAKE)

IF (USE_DYNAMIC_AIO)
    PEERDIR(
        contrib/libs/libaio/dynamic
    )
ELSE()
    PEERDIR(
        contrib/libs/libaio/static
    )
ENDIF()

ENDIF()

END()

RECURSE(
    dynamic
    static
)