Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 626 Bytes

bazel-asio

Example for using C++ asio library from think-async.com as a external repo in bazel.

prerequisites

usage

$ bazel build ...
$ bazel run //:echo_server
$ nc localhost 55555

explanation

  • .bazelrc - contains default flags used for bazel commands
  • .bazelversion - contains bazel version supported for this project, which is used by bazel to verify compatibility or by bazelisk to download proper version of bazel