diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-24 17:55:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-26 10:18:36 +0200 |
commit | 8533667c1b70c216aa5c2c18c5fa391490fecc09 (patch) | |
tree | f354202f0890bd23269ce663e3fb9a42d3165cb8 /conf.d/cmake/config.cmake | |
parent | ac83c0e7fd32403b44d7ee3a9493c13ea89e9b58 (diff) |
Update app-templates submodules
Submodule conf.d/app-templates 6fb3846..9202fac:
> More accurate comment about widget template file.
> Align sample on actual default compile options
> Add support to binding version 3.
Change-Id: I91fc3370959a33372850fa4d0455c6a8a72cbf66
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index a9b1688..38e2ce7 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -131,11 +131,6 @@ add_definitions(-DCONTROL_CONFIG_PATH="./etc:${CMAKE_INSTALL_PREFIX}/${PROJECT_N add_definitions(-DCTL_PLUGIN_MAGIC=1286576532) add_definitions(-DUSE_API_DYN=1 -DAFB_BINDING_VERSION=3 -DAFB_BINDING_WANT_DYNAPI) -# (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] -# --------------------------------------------------------------------- -set(CMAKE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX}/lib64/pkgconfig ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig CACHE PATH "Prefix path") -set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib CACHE STRING "List of directory where search for libraries") - # Optional location for config.xml.in # ----------------------------------- #set(WIDGET_ICON conf.d/wgt/${PROJECT_ICON} CACHE PATH "Path to the widget icon") |