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) --- PluginControlInterface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginControlInterface') diff --git a/PluginControlInterface/CMakeLists.txt b/PluginControlInterface/CMakeLists.txt index 16b49be..795b778 100644 --- a/PluginControlInterface/CMakeLists.txt +++ b/PluginControlInterface/CMakeLists.txt @@ -47,7 +47,7 @@ INCLUDE_DIRECTORIES( # all source files go here file(GLOB PLUGIN_CONTROL_SRCS_CXX "src/*.cpp") -add_library(PluginControlInterface SHARED ${PLUGIN_CONTROL_SRCS_CXX}) +add_library(PluginControlInterface MODULE ${PLUGIN_CONTROL_SRCS_CXX}) SET_TARGET_PROPERTIES(PluginControlInterface PROPERTIES SOVERSION "${LIB_INTERFACE_VERSION}" -- cgit v1.2.1