diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-04 18:53:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | 40146155d3e305b0eb03b3871e054e203627e892 (patch) | |
tree | 58c5de8a4006c2610044719c35843127f0d23302 | |
parent | f0fce75e1eb1afb9e1567bfef0907a86c5acf24e (diff) |
Rename cmake target accordingly to the git repo
Change-Id: I7e05205fe392884c25d1370564cad61119894754
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c294717..f031163 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # app using app-templates subdmodules # Add target to project dependency list -PROJECT_TARGET_ADD(afb-utilities) +PROJECT_TARGET_ADD(afb-helpers) # Define targets ADD_LIBRARY(${TARGET_NAME} STATIC curl-wrap.c escape.c wrap-json.c filescan-utils.c) |