llvm-project/libc/lib/CMakeLists.txt

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

12 lines
153 B
CMake
Raw Normal View History

add_entrypoint_library(
llvmlibc
DEPENDS
${TARGET_LIBC_ENTRYPOINTS}
)
add_entrypoint_library(
llvmlibm
DEPENDS
${TARGET_LIBM_ENTRYPOINTS}
)