From b3430ab88d63706ec801b021851cf7774ecfa730 Mon Sep 17 00:00:00 2001 From: ItsmeAnkit525 <123358870+ItsmeAnkit525@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:20:06 +0530 Subject: [PATCH] Updated README.md changes in "To use from CMake: " section --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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