mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00: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}
|
|
)
|