Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/schkovich/cc.mqtt5.libs
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jul 28, 2024
2 parents 9b9c671 + cc9f6f9 commit 8a7922c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ The provided **library** depend on several external projects:

These dependencies are expected to be built independently and access to them provided
via standard **CMAKE_PREFIX_PATH** cmake variable. There are also scripts (
[script/prepare_externals.sh](script/prepare_externals.sh) for Linux and
[script/prepare_externals.bat](script/prepare_externals.bat) for Windows)
[script/prepare_externals.sh](../script/prepare_externals.sh) for Linux and
[script/prepare_externals.bat](../script/prepare_externals.bat) for Windows)
which can help in preparation of these dependencies. They are also used
in configuration of the [github actions](.github/workflows/actions_build.yml).
in configuration of the [github actions](../.github/workflows/actions_build.yml).

The provided **applications** use [Boost](https://www.boost.org) libraries to
parse their command line arguments as well as manage their event loop / network
Expand Down

0 comments on commit 8a7922c

Please sign in to comment.