Fix list in readme.

This commit is contained in:
tastytea 2020-11-08 15:55:03 +01:00
parent f5a27bcb03
commit c795d06a7f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 8 deletions

View File

@ -40,14 +40,14 @@ target_link_libraries(test PRIVATE curl_wrapper)
--------------------------------------------------------------------------------
.CMake options:
- `-DWITH_CURL_WRAPPER_TESTS=YES` Compiles the tests.
- `-DWITH_CURL_WRAPPER_DOC=YES` Generate API reference.
* `-DWITH_CURL_WRAPPER_TESTS=YES` Compiles the tests.
* `-DWITH_CURL_WRAPPER_DOC=YES` Generate API reference.
== Dependencies
- C++17
- CMake >= 3.9
- libcurl >= 7.52
- Optional:
- Tests: Catch >= 1.2
- Documentation: Doxygen >= 1.8
* C++17
* CMake >= 3.9
* libcurl >= 7.52
* Optional:
** Tests: Catch >= 1.2
** Documentation: Doxygen >= 1.8