[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libc / src / __support / File / linux / CMakeLists.txt
blobccf27f73d6aa8ccb796d047c312a1c0592d7c453
1 add_object_library(
2   file
3   SRCS
4     file.cpp
5   HDRS
6     file.h
7   DEPENDS
8     libc.include.fcntl
9     libc.include.stdio
10     libc.include.sys_syscall
11     libc.src.__support.CPP.new
12     libc.src.__support.OSUtil.osutil
13     libc.src.errno.errno
14     libc.src.__support.error_or
15     libc.src.__support.File.file
18 add_object_library(
19   stdout
20   SRCS
21     stdout.cpp
22   DEPENDS
23     .file
26 add_object_library(
27   stdin
28   SRCS
29     stdin.cpp
30   DEPENDS
31     .file
34 add_object_library(
35   stderr
36   SRCS
37     stderr.cpp
38   DEPENDS
39     .file
42 add_object_library(
43   linux_dir
44   SRCS
45     dir.cpp
46   DEPENDS
47     libc.include.fcntl
48     libc.include.sys_syscall
49     libc.src.__support.OSUtil.osutil
50     libc.src.__support.error_or
51     libc.src.errno.errno
52     libc.src.__support.File.dir