banan-os/userspace/programs/true/CMakeLists.txt

10 lines
148 B
CMake

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