repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
libc
/
src
/
wchar
/
CMakeLists.txt
blob
d4c98ea527a8f9ba7ad810b20e4caba430a610a6
1
2
add_entrypoint_object(
3
wctob
4
SRCS
5
wctob.cpp
6
HDRS
7
wctob.h
8
DEPENDS
9
libc.hdr.types.wint_t
10
libc.hdr.stdio_macros
11
libc.src.__support.wctype_utils
12
)
13
14
add_entrypoint_object(
15
btowc
16
SRCS
17
btowc.cpp
18
HDRS
19
btowc.h
20
DEPENDS
21
libc.hdr.types.wint_t
22
libc.hdr.wchar_macros
23
libc.src.__support.wctype_utils
24
)