X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fhtml5%2Fetc%2Fconfig.cmake;h=a6035fa3932c3618bb777d22518b754b889474b7;hb=6993026755563379e964966ee7fc73923a21828d;hp=2a07d72797fcfa5bf56881a6d722dce71e870278;hpb=9ea81dbd25d509cbe88de0702bed54020180f979;p=staging%2Fxdg-launcher.git diff --git a/templates/html5/etc/config.cmake b/templates/html5/etc/config.cmake index 2a07d72..a6035fa 100644 --- a/templates/html5/etc/config.cmake +++ b/templates/html5/etc/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(NAME HTML5-example) +set(PROJECT_NAME HTML5-example) set(VERSION "0.0") set(PROJECT_PRETTY_NAME "HTML5 Example") set(PROJECT_DESCRIPTION "HTML5 AGL application example") @@ -52,8 +52,8 @@ set(CMAKE_CXX_FLAGS "") # Print a helper message when every thing is finished # ---------------------------------------------------- -#set(CLOSING_MESSAGE "") -#set(WIDGET_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") +set(CLOSING_MESSAGE "Test launching application with : afb-daemon --rootdir=\$\$(pwd)/package --ldpaths=\$\$(pwd)/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"1\" --verbose then using your browser and connect to http://localhost:1234/api?token=1") +set(WIDGET_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] # ---------------------------------------------------------------------