X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=samples.d%2Fconfig.cmake.sample;h=a0b215d3f0c6389ec369363aaa9e2e81ba6a690a;hb=67088ed62ed8d7f943dcdfc11ed63b5aa962acc2;hp=999208a181b8262b66300038e8cc5916e50eb9fd;hpb=994ebc1ca22fad1f0f302da02171d935eefa4a8a;p=apps%2Fapp-templates.git diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 999208a..a0b215d 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -110,10 +110,10 @@ set (PKG_REQUIRED_LIST # -g # -ggdb # CACHE STRING "Compilation flags for DEBUG build type.") -#set(CCOV_COMPILE_OPTIONS +#set(COVERAGE_COMPILE_OPTIONS # -g # --coverage -# CACHE STRING "Compilation flags for CCOV build type.") +# CACHE STRING "Compilation flags for COVERAGE build type.") #set(RELEASE_COMPILE_OPTIONS # -O2 # -pipe @@ -137,6 +137,7 @@ set (PKG_REQUIRED_LIST # ----------------------------------------- #set(WIDGET_ICON "conf.d/wgt/${PROJECT_ICON}" CACHE PATH "Path to the widget icon") #set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)") +#set(TEST_WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/test-config.xml.in" CACHE PATH "Path to the test widget config file template (test-config.xml.in)") # Mandatory widget Mimetype specification of the main unit # --------------------------------------------------------------------------