summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/test/cmake/config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceCAPI/test/cmake/config.cmake')
-rw-r--r--PluginRoutingInterfaceCAPI/test/cmake/config.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceCAPI/test/cmake/config.cmake b/PluginRoutingInterfaceCAPI/test/cmake/config.cmake
new file mode 100644
index 0000000..b2ef0b2
--- /dev/null
+++ b/PluginRoutingInterfaceCAPI/test/cmake/config.cmake
@@ -0,0 +1,8 @@
+#ifndef _ROUTINGDBUS_CONFIG_H
+#define _ROUTINGDBUS_CONFIG_H
+
+#cmakedefine CAPI_SENDER_INTERFACE "@CAPI_SENDER_INTERFACE@"
+#cmakedefine CAPI_SENDER_INSTANCE "@CAPI_SENDER_INSTANCE@"
+#cmakedefine CAPI_SENDER_PATH "@CAPI_SENDER_PATH@"
+
+#endif /* _ROUTINGDBUS_CONFIG_H */