Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « linux « llvm-libc-macros « include « libc - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aac9e9768d924f3ed806db3ead7b619dc12f5ed1 (plain)
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
add_header(
  fcntl_macros
  HDR
    fcntl-macros.h
)

add_header(
  sys_mman_macros
  HDR
    sys-mman-macros.h
)

add_header(
  sys_stat_macros
  HDR
    sys-stat-macros.h
)

add_header(
  sys_resource_macros
  HDR
    sys-resource-macros.h
)

add_header(
  unistd_macros
  HDR
    unistd-macros.h
)