summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CommonAPI/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/CommonAPI/CMakeLists.txt b/src/CommonAPI/CMakeLists.txt
index 73d1046..46a48a2 100644
--- a/src/CommonAPI/CMakeLists.txt
+++ b/src/CommonAPI/CMakeLists.txt
@@ -1,9 +1,8 @@
cmake_minimum_required (VERSION 2.8.1)
FIND_PACKAGE(PkgConfig)
-set(CAPI_LIB_SRCS *.cpp )
-add_library(CommonAPI ${shm_LIB_SRCS})
-target_link_libraries(CommonAPI ${EXPAT_LIBRARIES})
-set_target_properties(CommonAPI PROPERTIES VERSION 3.0.0 SOVERSION 0 LINKER_LANGUAGE C)
+set(CAPI_LIB_SRCS Runtime.cpp Configuration.cpp ServicePublisher.cpp ContainerUtils.cpp )
+add_library(CommonAPI ${CAPI_LIB_SRCS})
+set_target_properties(CommonAPI PROPERTIES VERSION 3.0.0 SOVERSION 3 LINKER_LANGUAGE C)
set(CAPI_DEV_INCL *.h )