Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages