Files
rosetta/services/ldd/CMakeLists.txt

11 lines
210 B
CMake
Raw Normal View History

file(GLOB sources *.c)
add_executable(ldd ${sources})
2026-03-06 20:20:48 +00:00
target_link_libraries(ldd libc-core libc-runtime libmango)
sysroot_add_program(
NAME ldd
BIN_DIR /usr/bin)
bsp_add_program(
NAME ldd
BIN_DIR /usr/bin)