From: Marcus Fritzsch Date: Thu, 6 Jul 2017 13:44:21 +0000 (+0200) Subject: cmake: define afb-daemon configuration items on target basis X-Git-Tag: 4.99.1~259 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a7b321735e4ad641cb35777a99bdce08fa763688;p=staging%2Fwindowmanager.git cmake: define afb-daemon configuration items on target basis Signed-off-by: Marcus Fritzsch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 17796be..62bdc9f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,6 +29,9 @@ target_link_libraries(winman target_compile_definitions(winman PRIVATE + AFB_BINDING_VERSION=2 + # We do not want source location of messages + AFB_BINDING_PRAGMA_NO_VERBOSE_DETAILS WINMAN_VERSION_STRING="${PACKAGE_VERSION}" _GNU_SOURCE) # XXX should I define this here?!