2000th COMMIT: userspace: Implement basic fetch program bananfetch
This patch adds a obligatory fetch program to banan-os! This program (`bananfetch`) fetches some basic information about the operating system and the hardware its running on!
This commit is contained in:
9
userspace/programs/bananfetch/CMakeLists.txt
Normal file
9
userspace/programs/bananfetch/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(bananfetch ${SOURCES})
|
||||
banan_link_library(bananfetch ban)
|
||||
banan_link_library(bananfetch libc)
|
||||
|
||||
install(TARGETS bananfetch OPTIONAL)
|
||||
Reference in New Issue
Block a user