banan-os/userspace/poweroff/CMakeLists.txt

9 lines
131 B
CMake

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