Userspace: Add very simple top program
This is very bare bones but does show what programs use most cpu and memory
This commit is contained in:
9
userspace/programs/top/CMakeLists.txt
Normal file
9
userspace/programs/top/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(top ${SOURCES})
|
||||
banan_link_library(top ban)
|
||||
banan_link_library(top libc)
|
||||
|
||||
install(TARGETS top OPTIONAL)
|
||||
Reference in New Issue
Block a user