argtable/argtable3

Support vcpkg

tomghuang opened this issue · 2 comments

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/

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.

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