1. Home
  2. Browse
  3. getopt-win32

getopt-win32

v2.42.0#0Latest

Full getopt port for unicode and multibyte windows applications

Install

Run the following Vcpkg command to install the port.

vcpkg install getopt-win32

Usage

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>)

Dependencies

See source

Version

v2.42.0#0

Publication

Supports

windows & !mingw

GitHub

ludvikjerabek/getopt-win

Homepage

github.com/ludvikjerabek/getopt-win

Subtree

b6ebb6b65b

License

LGPL-3.0-only

Definition

Manifest