meta: replace systemd and ldd with herdd and nsd
This commit is contained in:
10
services/herdd/CMakeLists.txt
Normal file
10
services/herdd/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
file(GLOB sources *.c)
|
||||
add_executable(herdd ${sources})
|
||||
target_link_libraries(herdd libc libc-runtime libmango libpthread)
|
||||
|
||||
sysroot_add_program(
|
||||
NAME herdd
|
||||
BIN_DIR /usr/bin)
|
||||
bsp_add_program(
|
||||
NAME herdd
|
||||
BIN_DIR /usr/bin)
|
||||
Reference in New Issue
Block a user