services: herdd: implement scanning and parsing of runlevel and service config files
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
file(GLOB sources *.c)
|
||||
add_executable(herdd ${sources})
|
||||
target_link_libraries(herdd libc libc-runtime libmango libpthread)
|
||||
target_link_libraries(herdd
|
||||
libc libc-runtime
|
||||
libmango libpthread liblaunch librosetta
|
||||
fx-core fx-ds fx-serial)
|
||||
|
||||
sysroot_add_program(
|
||||
NAME herdd
|
||||
|
||||
Reference in New Issue
Block a user