Skip to content

Commit 516ee84

Browse files
committed
update readme.md, explain new dependency
1 parent cf0f164 commit 516ee84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ cmake --build build
3333

3434
There are some cmake flags you can use:
3535

36-
| Option | Default | Description |
37-
|--------------------|----------|-----------------------------------------------------------------------------------|
38-
| __BUILD_TESTS__ | __ON__ | Builds tests using `doctest`,which is then introduced as a dependency. |
39-
| __BUILD_EXAMPLES__ | __ON__ | Builds some small example programs. |
40-
| __WITH_HTTP__ | __ON__ | Builds library with HTTP support |
36+
| Option | Default | Description |
37+
|--------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------|
38+
| __BUILD_TESTS__ | __ON__ | Builds tests using `doctest`, which is then introduced as a dependency. |
39+
| __BUILD_EXAMPLES__ | __ON__ | Builds some small example programs. |
40+
| __WITH_HTTP__ | __ON__ | Builds library with HTTP support. [My uri library](https://github.com/lpcvoid/cpp-uri-parser) is then a dependency for parsing URLs. |
4141

4242
### Short introduction
4343

0 commit comments

Comments
 (0)