diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 01:10:00 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 01:10:00 +0200 |
commit | 7dda5549b51ce1bbf674c620a5715986d7da4ffd (patch) | |
tree | 57b0af6551e55c1207a7d8cbae4fa573fbf85541 /conf.d/cmake | |
parent | b6e3522aae05d770b06d3af7c0cbf71d3a3a447f (diff) |
Fix Initial Volume for Jabra
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index e4b095b..82124dc 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -159,4 +159,5 @@ set(WIDGET_TYPE application/vnd.agl.service) # 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) |