banan-os/userspace/chmod/CMakeLists.txt

9 lines
113 B
CMake

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