mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
12 lines
153 B
CMake
12 lines
153 B
CMake
add_entrypoint_library(
|
|
llvmlibc
|
|
DEPENDS
|
|
${TARGET_LIBC_ENTRYPOINTS}
|
|
)
|
|
|
|
add_entrypoint_library(
|
|
llvmlibm
|
|
DEPENDS
|
|
${TARGET_LIBM_ENTRYPOINTS}
|
|
)
|