Sign in
llvm
/
llvm-project
/
087b67cc067710aeb2d660aed4b686df8754d418
/
.
/
libc
/
src
/
spawn
/
linux
/
CMakeLists.txt
blob: 9bd3ac50415b1f201e480f6c79984d2d76229698 [
file
] [
log
] [
blame
]
add_entrypoint_object(
posix_spawn
SRCS
posix_spawn.cpp
HDRS
../posix_spawn.h
DEPENDS
libc.include.fcntl
libc.include.spawn
libc.include.sys_syscall
libc.src.__support.CPP.optional
libc.src.__support.OSUtil.osutil
libc.src.spawn.file_actions
)