X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=samples.d%2Fconfig.cmake.sample;h=b69784d7778a3616860cbbff9b2825884b60cb65;hb=72ca4ff2f7b3515fde8a4db5704de26ba70c2f94;hp=7444a7cd3e8893017f818a627be24c2ca2dd3968;hpb=52a3998bca406e2c9813546c0bc5dde8d4fa1795;p=apps%2Fapp-templates.git diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 7444a7c..b69784d 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -26,7 +26,7 @@ set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Last Name, First Name") set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_LICENSE "APL2.0") -set(PROJECT_LANGUAGES,"C") +set(PROJECT_LANGUAGES "C") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory @@ -36,16 +36,13 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # but used and must be built and linked. # set(PROJECT_LIBDIR "libs") -# Where are stored data for your application. Pictures, static resources must be placed in that folder. -# set(PROJECT_RESOURCES "data") - # Which directories inspect to find CMakeLists.txt target files # set(PROJECT_SRC_DIR_PATTERN "*") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") -set(USE_EFENCE 1) +#set(CMAKE_BUILD_TYPE "DEBUG") +#set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. @@ -187,7 +184,7 @@ set(AFB_REMPORT "1234" CACHE PATH "Default binder listening port") # Print a helper message when every thing is finished # ---------------------------------------------------- -set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR}/package --ldpaths=lib --roothttp=htdocs --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") +set(CLOSING_MESSAGE "Typical binding launch: afb-daemon --port=${AFB_REMPORT} --workdir=${CMAKE_BINARY_DIR} --ldpaths=package/lib --roothttp=package/htdocs --token=\"${AFB_TOKEN}\" --tracereq=common --verbose") set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # Optional schema validator about now only XML, LUA and JSON