Files
rosetta/services/ldd/CMakeLists.txt
T

11 lines
201 B
CMake
Raw Normal View History

2026-02-19 19:31:58 +00:00
file(GLOB sources *.c)
add_executable(ldd ${sources})
target_link_libraries(ldd ulibc libc-rt libmango)
sysroot_add_program(
NAME ldd
BIN_DIR /usr/bin)
bsp_add_program(
NAME ldd
BIN_DIR /usr/bin)