From 40146155d3e305b0eb03b3871e054e203627e892 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 4 Apr 2018 18:53:09 +0200 Subject: Rename cmake target accordingly to the git repo Change-Id: I7e05205fe392884c25d1370564cad61119894754 Signed-off-by: Romain Forlot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit 1.2.3-korg