diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 16:40:25 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 16:40:25 +0200 |
commit | 1339edfa2da2185491d7ee0023a2a4ab03b0e698 (patch) | |
tree | 3a64fcc0f78751b4e93916f4ea93845611866603 /templates/hybrid-html5/etc | |
parent | bb5d36c29b1f4028261873ee52e1c9a788e4214d (diff) |
Update to the latest modification from reference
Change-Id: I488eb76f809516a65ae642d7ff25b7ba51c94e2c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/hybrid-html5/etc')
-rw-r--r-- | templates/hybrid-html5/etc/config.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/hybrid-html5/etc/config.cmake b/templates/hybrid-html5/etc/config.cmake index ee4015b..31ddb02 100644 --- a/templates/hybrid-html5/etc/config.cmake +++ b/templates/hybrid-html5/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Hybrid HTML5 Example") set(PROJECT_DESCRIPTION "Hybrid HTML5 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) |