banan-os/userspace/Shell/CMakeLists.txt

10 lines
152 B
CMake

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