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