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

9 lines
128 B
CMake
Raw Normal View History

2024-12-05 08:30:30 +02:00
set(SOURCES
main.cpp
)
add_executable(dirname ${SOURCES})
banan_link_library(dirname libc)
install(TARGETS dirname OPTIONAL)