Files
rosetta/services/ldd/CMakeLists.txt

11 lines
201 B
CMake
Raw Normal View History

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)