Files
rosetta/services/herdd/CMakeLists.txt
T

14 lines
286 B
CMake
Raw Normal View History

file(GLOB sources *.c)
add_executable(herdd ${sources})
target_link_libraries(herdd
libc libc-runtime
2026-05-30 10:14:38 +01:00
libmagenta libpthread liblaunch librosetta
2026-05-30 10:19:33 +01:00
fx.runtime fx.collections fx.serial)
sysroot_add_program(
NAME herdd
BIN_DIR /usr/bin)
bsp_add_program(
NAME herdd
BIN_DIR /usr/bin)