aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arg-router/usage
blob: 45a916a92230b7034c079768207f74e6c5838ca8 (plain)
1
2
3
4
5
6
7
8
The package arg-router is a header-only library and so is typically used like this:

    find_package(arg_router REQUIRED)
    target_link_libraries(my_exe PUBLIC arg_router::arg_router)
    
For more information, see the docs here:

    https://github.com/cmannett85/arg_router