From: Romain Forlot Date: Wed, 4 Apr 2018 16:53:09 +0000 (+0200) Subject: Rename cmake target accordingly to the git repo X-Git-Tag: 5.99.1~28 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9e880552ea9f375de636b535c04b4729aaa1fa9a;p=apps%2Fapp-afb-helpers-submodule.git Rename cmake target accordingly to the git repo Change-Id: I7e05205fe392884c25d1370564cad61119894754 Signed-off-by: Romain Forlot --- 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)