From a2edae5cee4254b933f42399edc0e092abd4f5cf Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Mon, 2 Sep 2013 11:57:28 +0200 Subject: *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2) --- PluginRoutingInterfaceCAPI/cmake/config.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PluginRoutingInterfaceCAPI/cmake/config.cmake (limited to 'PluginRoutingInterfaceCAPI/cmake') diff --git a/PluginRoutingInterfaceCAPI/cmake/config.cmake b/PluginRoutingInterfaceCAPI/cmake/config.cmake new file mode 100644 index 0000000..20ce881 --- /dev/null +++ b/PluginRoutingInterfaceCAPI/cmake/config.cmake @@ -0,0 +1,6 @@ +#ifndef _ROUTINGDBUS_CONFIG_H +#define _ROUTINGDBUS_CONFIG_H + +#cmakedefine ROUTING_DBUS_INTROSPECTION_FILE "@ROUTING_DBUS_INTROSPECTION_FILE@" + +#endif /* _ROUTINGDBUS_CONFIG_H */ -- cgit v1.2.1