Skip to content

Commit 42ddf33

Browse files
Minor tweaks to README
1 parent b711eb7 commit 42ddf33

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ While internally all data is kept in `std::byte` buffers, convenience methods ar
2424

2525
The generated Doxygen documentation for `shared_buffer` is [here](https://connectivecpp.github.io/shared-buffer/).
2626

27-
## Dependencies
27+
## Library Dependencies
2828

29-
The `shared_buffer` header file does not have any third-party dependencies. It uses C++ standard library headers only. The unit test code does have dependencies as noted below.
29+
The `shared_buffer` header file does not have any third-party dependencies. It uses C++ standard library headers only. The unit test and example code do have dependencies as noted below.
3030

3131
## C++ Standard
3232

@@ -44,6 +44,10 @@ The unit test uses utilities from Connective C++'s [utility-rack](https://github
4444

4545
Specific version (or branch) specs for the dependencies are in the [test/CMakeLists.txt](test/CMakeLists.txt) file, look for the `CPMAddPackage` commands.
4646

47+
## Example Dependencies
48+
49+
The example applications use the Connective C++ `utility_rack` reference counted buffer classes. Specific version (or branch) specs for the dependency are in the [example/CMakeLists.txt](example/CMakeLists.txt) file, look for the `CPMAddPackage` command.
50+
4751
## Build and Run Unit Tests
4852

4953
To build and run the unit test program:

0 commit comments

Comments
 (0)