blob: 3eb09b549bb3eea7d798a7185e79b58630555fd8 (
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()
# 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()
IF (USE_DYNAMIC_AIO)
PEERDIR(
contrib/libs/libaio/dynamic
)
ELSE()
PEERDIR(
contrib/libs/libaio/static
)
ENDIF()
END()
RECURSE(
dynamic
static
)
|