Skip to content

ltekieli/bazel-asio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published