diff options
author | 2020-03-12 10:31:28 +0100 | |
---|---|---|
committer | 2020-03-18 13:05:44 +0000 | |
commit | b556180a261d71373ca278780ee9e7dfae1c3739 (patch) | |
tree | 125a71f7e64c5a7d6e16f2fec33ddaf120be2a24 /conf.d | |
parent | 0f61eab7d4458b60d343ef80f33aedf92721518c (diff) |
Update autobuild script to create new targets
Update autobuild script to create multiple widget target debug, coverage and all
Remove useless afb-utilities directory due cause no .gitmodules present anymore
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: Ibb970388d406c7293a9adda59ceba7652586241f
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 0ebb3b3..9aa46f0 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -63,6 +63,7 @@ set (PKG_REQUIRED_LIST json-c libsystemd afb-daemon + appcontroller ) # Static constante definition |