File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ cmake_minimum_required(VERSION 3.14)
4949
5050project(myProject)
5151
52- add_executable(myProject main.cpp)
53-
5452find_package(CURL CONFIG REQUIRED)
5553
56- target_link_libraries(myProject PRIVATE libcpp-http-client CURL::libcurl)
54+ add_executable(myProject main.cpp libcpp-http-client.hpp)
55+
56+ target_link_libraries(myProject PRIVATE CURL::libcurl)
5757
5858```
5959
@@ -571,4 +571,4 @@ If you have problems regarding the library, please open an
571571Please describe your request, issue, or question in as much detail as possible
572572and also include the version of your compiler and operating system, as well as
573573the version of the library you are using. Before opening a new issue, please
574- confirm that the topic is not already exists in closed issues.
574+ confirm that the topic is not already exists in closed issues.
You can’t perform that action at this time.
0 commit comments