diff options
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 3ac875e..099662c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -23,6 +23,7 @@ set(PROJECT_NAME vshl-core) set(PROJECT_VERSION "1.0") set(PROJECT_PRETTY_NAME "High Level Voice Service Core APIs") set(PROJECT_DESCRIPTION "Binding that provides core voice service arbitration API to AGL apps.") +set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Naveen Bobbili") set(PROJECT_AUTHOR_MAIL "nbobbili@amazon.com") |