blob: 1685231bbc63fbb56a9fbf4de1a4765991ea15b5 (
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
|
# Generated by devtools/yamaker from nixpkgs 22.05.
LIBRARY()
WITHOUT_LICENSE_TEXTS()
VERSION(1.41)
ORIGINAL_SOURCE(mirror://gnu/libidn/libidn-1.41.tar.gz)
LICENSE(Service-Dll-Harness)
NO_RUNTIME()
IF (EXPORT_CMAKE)
OPENSOURCE_EXPORT_REPLACEMENT(
CMAKE
IDN
CMAKE_TARGET
IDN::IDN
)
ELSEIF (USE_DYNAMIC_IDN)
PEERDIR(
contrib/libs/libidn/dynamic
)
ELSE()
PEERDIR(
contrib/libs/libidn/static
)
ENDIF()
END()
RECURSE(
dynamic
static
)
|