diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-09 01:08:00 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 5b44c68f96034f9973b0e030958425270466099e (patch) | |
tree | b81a9e4dca3cbe1bd6be0243d0168f1e6b7525f8 /cmake/config.cmake.sample | |
parent | 3ca6f1438c4a88a7762e12a7da9095dc4d5a37c9 (diff) |
cmake: add WIDGET_CONFIG_TEMPLATE setting to specify location for config.xml.in
Change-Id: I285196388c12145b6b049af692a7a67c03aaba24
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'cmake/config.cmake.sample')
-rw-r--r-- | cmake/config.cmake.sample | 6 |
1 files changed, 5 insertions, 1 deletions
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") |