mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:19:07 +08:00
9 lines
276 B
Plaintext
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
|