userspace: Implement kill utility
This commit is contained in:
9
userspace/programs/kill/CMakeLists.txt
Normal file
9
userspace/programs/kill/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(kill ${SOURCES})
|
||||
banan_link_library(kill ban)
|
||||
banan_link_library(kill libc)
|
||||
|
||||
install(TARGETS kill OPTIONAL)
|
||||
Reference in New Issue
Block a user