[C-libcurl] Add object.c to CMakeLists to compile (#5130)

* [C-libcurl] Add object.c to CMakeLists to compile

* [C-libcurl] Add object.h/object.c to CMakeLists of sample
This commit is contained in:
Hui Yu
2020-01-29 08:34:51 +08:00
committed by GitHub
parent 105ce99039
commit f152a22094
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ set(SRCS
src/apiKey.c
src/apiClient.c
external/cJSON.c
model/object.c
{{#models}}
{{#model}}
model/{{classname}}.c
@@ -43,6 +44,7 @@ set(HDRS
include/list.h
include/keyValuePair.h
external/cJSON.h
model/object.h
{{#models}}
{{#model}}
model/{{classname}}.h

View File

@@ -23,6 +23,7 @@ set(SRCS
src/apiKey.c
src/apiClient.c
external/cJSON.c
model/object.c
model/api_response.c
model/category.c
model/order.c
@@ -40,6 +41,7 @@ set(HDRS
include/list.h
include/keyValuePair.h
external/cJSON.h
model/object.h
model/api_response.h
model/category.h
model/order.h