[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / libc / src / wchar / CMakeLists.txt
blobd4c98ea527a8f9ba7ad810b20e4caba430a610a6
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
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