forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[asio-grpc] Update to 1.3.1 (microsoft#21263)
* Update asio-grpc to v1.3.0 * Update asio-grpc baseline and versions * Remove boost-asio, libunifex and standalone-asio features from asio-grpc. Add a usage file. Update it to 1.3.1 * Remove asio-grpc 1.3.0 from versions/
- Loading branch information
Showing
5 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
The package asio-grpc can be used with different backends. | ||
|
||
find_package(asio-grpc CONFIG REQUIRED) | ||
|
||
The Boost.Asio backend. Install "boost-asio" and link with: | ||
|
||
target_link_libraries(main PRIVATE asio-grpc::asio-grpc) | ||
|
||
The standalone Asio backend. Install "asio" and link with: | ||
|
||
target_link_libraries(main PRIVATE asio-grpc::asio-grpc-standalone-asio) | ||
|
||
The libunifex backend. Install "libunifex" and link with: | ||
|
||
target_link_libraries(main PRIVATE asio-grpc::asio-grpc-unifex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters