Files
rosetta/lib/libc/runtime/CMakeLists.txt

11 lines
237 B
CMake
Raw Permalink Normal View History

file(GLOB runtime_sources
${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_SYSTEM_PROCESSOR}/*.s)
rosetta_add_object_library(
NAME libc-runtime STATIC
SOURCES ${runtime_sources})
sysroot_add_object_library(
NAME libc-runtime
LIB_DIR /usr/lib)