X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fconfig.cmake.sample;h=fb878a27d175a2022712cfcd5d205072614a2330;hb=97348c43db647c0025919350383ce7d561761cb4;hp=67c18e1e4a5489ff81d146795494d689a8bcb09d;hpb=ed512d6aae18909c85cc92f72930998433cbf3d1;p=staging%2Fxdg-launcher.git diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 67c18e1..fb878a2 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -66,13 +66,14 @@ set (PKG_REQUIRED_LIST libmicrohttpd>=0.9.55 ) -# Static constante definition +# Customize link option # ----------------------------- -add_compile_options() +#list(APPEND link_libraries -an-option) -# LANG Specific compile flags set for all build types -set(CMAKE_C_FLAGS "") -set(CMAKE_CXX_FLAGS "") +# Compilation options definition +# Use CMake generator expressions to specify only for a specific language +# ----------------------------------------------------------------------- +#add_compile_options() # Print a helper message when every thing is finished # ---------------------------------------------------- @@ -87,7 +88,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # Optional location for config.xml.in # ----------------------------------- -#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.xml.in) +#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in) # Mandatory widget Mimetype specification of the main unit # -------------------------------------------------------------------------- @@ -146,4 +147,4 @@ set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) # This include is mandatory and MUST happens at the end # of this file, else you expose you to unexpected behavior # ----------------------------------------------------------- -include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) \ No newline at end of file +include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake)