llvm-project/libc/include/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
322 B
CMake
Raw Normal View History

add_header(
llvm_libc_common_h
HDR
__llvm-libc-common.h
)
add_header(
ctype_h
HDR
ctype.h
DEPENDS
llvm_libc_common_h
)
add_header(
math_h
HDR
math.h
DEPENDS
llvm_libc_common_h
)
add_gen_header(
string_h
DEF_FILE string.h.def
GEN_HDR string.h
DEPENDS
llvm_libc_common_h
)