diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-05 01:34:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-12 13:06:17 +0200 |
commit | 81e5dad8294f20c3cb69383d0a6e8b04c3579094 (patch) | |
tree | 30696d9b4bf681ec7e02ca3667ddd6f8a20376d4 /conf.d/config.cmake | |
parent | 81124d50004ee8c0a141771c4b59a79b1a9ec4f1 (diff) |
External mXML project library inclusion
Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/config.cmake')
-rw-r--r-- | conf.d/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 5545656..70d847b 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -60,7 +60,7 @@ set (gcc_minimal_version 4.9) # PKG_CONFIG required packages # ----------------------------- set (PKG_REQUIRED_LIST - mxml + #mxml json-c libsystemd>=222 afb-daemon @@ -153,4 +153,4 @@ set(WIDGET_ENTRY_POINT lib/afb-ucs2.so) # 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) |