Skip to content

Commit 1515cbe

Browse files
Updating dependency doc in README
1 parent 3e27e9c commit 1515cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ The unit test uses two third-party libraries (each is a single header-only file)
5151

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

54+
## Example Dependencies
55+
56+
The example applications use the Connective C++ `shared_buffer` reference counted buffer class. Specific version (or branch) specs for the dependency are in the [example/CMakeLists.txt](example/CMakeLists.txt) file, look for the `CPMAddPackage` command.
57+
5458
## Build and Run Unit Tests
5559

5660
To build and run the unit test program:

0 commit comments

Comments
 (0)