aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libaio/ya.make
blob: 1c3137f6300206272215c10804a06f0271ad4767 (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
# Generated by devtools/yamaker from nixpkgs 22.05.

LIBRARY()

WITHOUT_LICENSE_TEXTS()

VERSION(0.3.113)

LICENSE(Service-Dll-Harness)

NO_RUNTIME()

IF (EXPORT_CMAKE)
    OPENSOURCE_EXPORT_REPLACEMENT(
        CMAKE
        AIO
        CMAKE_TARGET
        AIO::aio
    )
ELSEIF (USE_DYNAMIC_AIO)
    PEERDIR(
        contrib/libs/libaio/dynamic
    )
ELSE()
    PEERDIR(
        contrib/libs/libaio/static
    )
ENDIF()

END()

RECURSE(
    dynamic
    static
)