prog: add system management service
This commit is contained in:
10
programs/systemd/CMakeLists.txt
Normal file
10
programs/systemd/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
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)
|
||||||
4
programs/systemd/main.c
Normal file
4
programs/systemd/main.c
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
int main(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user