llvm/libc/lib/CMakeLists.txt
Siva Chandra Reddy 4be1c116ad [libc] Add implementations of round and roundf.
Reviewers: asteinhauser

Differential Revision: https://reviews.llvm.org/D80779
2020-06-09 23:01:20 -07:00

12 lines
153 B
CMake

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