Skip to content

Commit

Permalink
updating README file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelcmoreira committed Aug 18, 2024
1 parent cfd0461 commit 38e9cba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## pool-day

#### Overview

`pool-day` is a thread pool library for C/C++ applications.

#### Build

```cmake
Expand All @@ -12,9 +16,6 @@ Optional build flags:
| Flag | Description |
|---------------------|----------------------------------------|
| BUILD_SAMPLES | Build the library samples |
| BUILD_COVERAGE | Build the unit testing coverage report |
| BUILD_UNIT_TESTS | Build the library unit tests |
| BUILD_DOCUMENTATION | Build the library documentation |
| ENABLE_LOGGING | Enable library logs |

#### Library support
Expand Down

0 comments on commit 38e9cba

Please sign in to comment.