diff options
Diffstat (limited to 'templates/service/etc/config.cmake')
-rw-r--r-- | templates/service/etc/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/service/etc/config.cmake b/templates/service/etc/config.cmake index 860651f..0d2d825 100644 --- a/templates/service/etc/config.cmake +++ b/templates/service/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Service binding Example") set(PROJECT_DESCRIPTION "service binding AGL application example") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates") +set(PROJECT_AUTHOR "Last Name, First Name") +set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_ICON "icon.png") # Compilation Mode (DEBUG, RELEASE) |