From 1cfe7cdfea7267c5ea348aeb78611d67919e70e3 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Wed, 28 Nov 2018 14:39:57 +0100 Subject: config.cmake: update cmake project configuration Signed-off-by: Tobias Jahnke --- conf.d/cmake/config.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 10d3975..25fab97 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -22,10 +22,10 @@ set(PROJECT_NAME 4a-hal) set(PROJECT_PRETTY_NAME "4A-HAL") set(PROJECT_DESCRIPTION "Hardware Abastraction Layer for AGL Audio Advanced Architecture") set(PROJECT_VERSION "0.9") -set(PROJECT_URL "https://github.com/iotbzh/4a-hal-generic") +set(PROJECT_URL "https://github.com/tjahnk/4a-hal-unicens") set(PROJECT_ICON "icon.png") -set(PROJECT_AUTHOR "Jonathan Aillet") -set(PROJECT_AUTHOR_MAIL "jonathan.aillet@iot.bzh") +set(PROJECT_AUTHOR "Jonathan Aillet, Tobias Jahnke") +set(PROJECT_AUTHOR_MAIL "jonathan.aillet@iot.bzh, tobias.jahnke@microchip.com") set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES "C") @@ -167,7 +167,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT lib/afb-4a-hal.so) +# set(WIDGET_ENTRY_POINT lib/afb-4a-hal.so) # Optional dependencies order # --------------------------- -- cgit 1.2.3-korg