diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-03 15:47:42 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | f0fce75e1eb1afb9e1567bfef0907a86c5acf24e (patch) | |
tree | f81f49d4ebacdf86e32ef2bf1bba0c7a81ba8b3a /CMakeLists.txt | |
parent | a49408d495a7808d8fe4c76b1d5141c58eb9094b (diff) |
Adds a CURL wrapper library to help using libcurl
Change-Id: If73bab16a5d4a5258f730c599630bd5fa8e5684f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe260fa..c294717 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ PROJECT_TARGET_ADD(afb-utilities) # Define targets - ADD_LIBRARY(${TARGET_NAME} STATIC wrap-json.c filescan-utils.c) + ADD_LIBRARY(${TARGET_NAME} STATIC curl-wrap.c escape.c wrap-json.c filescan-utils.c) # Library properties SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES |