2024-02-14 15:01:27 +02:00
|
|
|
set(SOURCES
|
|
|
|
main.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(getopt ${SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_include_headers(getopt ban)
|
|
|
|
banan_link_library(getopt libc)
|
2024-02-14 15:01:27 +02:00
|
|
|
|
2024-06-20 14:32:05 +03:00
|
|
|
install(TARGETS getopt OPTIONAL)
|