banan-os/userspace/chmod/CMakeLists.txt

9 lines
122 B
CMake

set(SOURCES
main.cpp
)
add_executable(chmod ${SOURCES})
banan_link_library(chmod libc)
install(TARGETS chmod OPTIONAL)