[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
[llvm-project.git] / libc / src / network / CMakeLists.txt
blobcdd53e91503489176c54983184ba3804c4a9f664
1 add_entrypoint_object(
2   htonl
3   SRCS
4     htonl.cpp
5   HDRS
6     htonl.h
7   DEPENDS
8     libc.include.arpa_inet
9     libc.src.__support.common
12 add_entrypoint_object(
13   htons
14   SRCS
15     htons.cpp
16   HDRS
17     htons.h
18   DEPENDS
19     libc.include.arpa_inet
20     libc.src.__support.common
23 add_entrypoint_object(
24   ntohl
25   SRCS
26     ntohl.cpp
27   HDRS
28     ntohl.h
29   DEPENDS
30     libc.include.arpa_inet
31     libc.src.__support.common
34 add_entrypoint_object(
35   ntohs
36   SRCS
37     ntohs.cpp
38   HDRS
39     ntohs.h
40   DEPENDS
41     libc.include.arpa_inet
42     libc.src.__support.common