argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
372 stars 65 forks source link

Support vcpkg #32

Closed tomghuang closed 3 years ago

tomghuang commented 5 years ago

Support vcpkg, a cross-platform C++ library manager from Microsoft. I can learn how to do it from the following example: https://vcpkg.readthedocs.io/en/latest/examples/packaging-github-repos/

tomghuang commented 4 years ago

It's amazing that someone from the community has helped me to accomplish this task. However, the Argtable3 on vcpkg right now is not the latest stable version. I'll figure out how to upgrade in vcpkg.

tomghuang commented 3 years ago

It seems that @myd7349 and @PhoebeHui have helped to port Argtable3 to vcpkg. Thanks a lot for your contribution.