banan-os/userspace/test/CMakeLists.txt

9 lines
129 B
CMake

set(TEST_SOURCES
test.cpp
)
add_executable(test ${TEST_SOURCES})
banan_link_library(test libc)
install(TARGETS test OPTIONAL)