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