X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fconfig.cmake.sample;h=9573598b6e73fe1a2bd9ea6f4599945c3c8b7ba5;hb=a487927e6cf084083eed7b25ca962aff9aeaf420;hp=ccef5a75d9b49f80ef629a3aac7fbf9cbc2bfff2;hpb=6d6aff6f76ae024c382f8bd76cf86602c472590a;p=apps%2Fapp-templates.git diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index ccef5a7..9573598 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -80,6 +80,10 @@ set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt) set(CMAKE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX}/lib64/pkgconfig ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) 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) + # Mandatory widget Mimetype specification # -------------------------------------------------- # Choose between : @@ -129,4 +133,4 @@ set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) # and port use for remote debugging. #------------------------------------------------------------ #set(AFB_TOKEN "" CACHE PATH "Default AFB_TOKEN") -#set(AFB_REMPORT "1234" CACHE PATH "Default AFB_TOKEN") \ No newline at end of file +#set(AFB_REMPORT "1234" CACHE PATH "Default AFB_TOKEN")