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: 2018d041987f72bbf54e8c081e7fc2b25d2218f0 (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
30
31
32
33
34
35
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(
  time_macros
  HDR
    time-macros.h
)

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

add_header(
  unistd_macros
  HDR
    unistd-macros.h
)