diff --git a/README.md b/README.md index c2e8f3cbdb..411e3f4293 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,14 @@ cmake_minimum_required(VERSION 3.9) project(main) find_package(cpprestsdk REQUIRED) +add_link_options(-lcrypto) add_executable(main main.cpp) target_link_libraries(main PRIVATE cpprestsdk::cpprest) ``` + + ## What's in the SDK: * Features - HTTP client/server, JSON, URI, asynchronous streams, WebSockets client, oAuth