diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-07-06 15:44:21 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | a7b321735e4ad641cb35777a99bdce08fa763688 (patch) | |
tree | 0aeeb550abac6b0d2c187f4fe776e99980ea0cf9 | |
parent | 5ba849b33c433730c586da57cfe7851e0c2a9b91 (diff) |
cmake: define afb-daemon configuration items on target basis
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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?! |