Files
rosetta/services/herdd/CMakeLists.txt
T

14 lines
274 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
fx-core fx-ds fx-serial)
sysroot_add_program(
NAME herdd
BIN_DIR /usr/bin)
bsp_add_program(
NAME herdd
BIN_DIR /usr/bin)