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