Files
rosetta/programs/systemd/CMakeLists.txt

11 lines
226 B
CMake

file(GLOB sources *.c)
add_executable(systemd ${sources})
target_link_libraries(systemd libc libc-rt liblaunch libmango)
sysroot_add_program(
NAME systemd
BIN_DIR /usr/bin)
bsp_add_program(
NAME systemd
BIN_DIR /usr/bin)