userspace: Implement basic less program
This is very simple and only supports couple of flags and scrolling
This commit is contained in:
9
userspace/programs/less/CMakeLists.txt
Normal file
9
userspace/programs/less/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(less ${SOURCES})
|
||||
banan_link_library(less ban)
|
||||
banan_link_library(less libc)
|
||||
|
||||
install(TARGETS less OPTIONAL)
|
||||
Reference in New Issue
Block a user