Full getopt port for unicode and multibyte windows applications
getopt-win32 provides CMake targets:
find_package(getopt CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:getopt::getopt_shared>,getopt::getopt_shared,getopt::getopt_static>)
v2.42.0#0
windows & !mingw
LGPL-3.0-only
Manifest