vcpkg/ports/arg-router/usage
Cam Mannett a67ba7075c
[arg-router] Add new port (#29219)
* [arg-router] Add new port

https://github.com/cmannett85/arg_router

* [arg-router] Use VERSION CMake var

* [arg_router] Do not copy README and LICENSE to share dir

* Add quotes.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:47:16 -08:00

9 lines
276 B
Plaintext

The package arg-router is a header-only library and so is typically used like this:
find_package(arg_router REQUIRED)
include_directories(SYSTEM "${arg_router_INCLUDE_DIRS}")
For more information, see the docs here:
https://github.com/cmannett85/arg_router