Files
rosetta/programs/systemd/CMakeLists.txt

11 lines
226 B
CMake
Raw Normal View History

2026-02-19 19:32:44 +00:00
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)