File tree 1 file changed +4
-4
lines changed
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)
49
49
50
50
project(myProject)
51
51
52
- add_executable(myProject main.cpp)
53
-
54
52
find_package(CURL CONFIG REQUIRED)
55
53
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)
57
57
58
58
```
59
59
@@ -571,4 +571,4 @@ If you have problems regarding the library, please open an
571
571
Please describe your request, issue, or question in as much detail as possible
572
572
and also include the version of your compiler and operating system, as well as
573
573
the 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