File tree Expand file tree Collapse file tree 7 files changed +2
-41
lines changed Expand file tree Collapse file tree 7 files changed +2
-41
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ add_library(${project_name}-lib
1515
1616## link libs
1717
18- find_package (oatpp 1.0 .0 REQUIRED)
19- find_package (oatpp-curl 1.0 .0 REQUIRED)
18+ find_package (oatpp 1.1 .0 REQUIRED)
19+ find_package (oatpp-curl 1.1 .0 REQUIRED)
2020
2121target_link_libraries (${project_name} -lib
2222 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change 1- //
2- // main.cpp
3- // ApiClient-Demo
4- //
5- // Created by Leonid on 3/14/18.
6- // Copyright © 2018 oatpp. All rights reserved.
7- //
81
92#include " AsyncExample.hpp"
103#include " SimpleExample.hpp"
Original file line number Diff line number Diff line change 1- //
2- // Created by Leonid on 2019-05-27.
3- //
41
52#include " AsyncExample.hpp"
63
Original file line number Diff line number Diff line change 1- //
2- // AsyncExample.hpp
3- // ApiClient-Demo
4- //
5- // Created by Leonid on 11/9/18.
6- // Copyright © 2018 oatpp. All rights reserved.
7- //
81
92#ifndef AsyncExample_hpp
103#define AsyncExample_hpp
Original file line number Diff line number Diff line change 1- //
2- // DemoApiClient.hpp
3- // ApiClient-Demo
4- //
5- // Created by Leonid on 3/14/18.
6- // Copyright © 2018 oatpp. All rights reserved.
7- //
8-
91#ifndef DemoApiClient_hpp
102#define DemoApiClient_hpp
113
Original file line number Diff line number Diff line change 1- //
2- // DemoApiModels.hpp
3- // ApiClient-Demo
4- //
5- // Created by Leonid on 11/9/18.
6- // Copyright © 2018 oatpp. All rights reserved.
7- //
81
92#ifndef DemoApiModels_hpp
103#define DemoApiModels_hpp
Original file line number Diff line number Diff line change 1- //
2- // SimpleExample.hpp
3- // ApiClient-Demo
4- //
5- // Created by Leonid on 11/9/18.
6- // Copyright © 2018 oatpp. All rights reserved.
7- //
81
92#ifndef SimpleExample_hpp
103#define SimpleExample_hpp
You can’t perform that action at this time.
0 commit comments