diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-17 18:43:31 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:20 +0200 |
commit | 1f5b3784367fa244ee5b7cf1bbbb3febf993854f (patch) | |
tree | bc363b9b0bc12e89b2cf0b64239aa13ef82adb9c /templates/native/etc | |
parent | 34350f087f3970b3fbcf21d151edcf5d8362d5f3 (diff) |
Add closing message and a widget message. Example more complete
Change-Id: Ia320d1f95131704b2d5dfd5987edbc183e2956bd
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/native/etc')
-rw-r--r-- | templates/native/etc/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/native/etc/config.cmake b/templates/native/etc/config.cmake index 0507853..1c8607e 100644 --- a/templates/native/etc/config.cmake +++ b/templates/native/etc/config.cmake @@ -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") +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] # --------------------------------------------------------------------- |