summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIDI GPT 8.0.0 <genius@ubuntu.(none)>2014-01-29 13:22:42 +0100
committerIDI GPT 8.0.0 <genius@ubuntu.(none)>2014-01-29 13:22:42 +0100
commit9e48326cb84a311b4b2bdbee25b5da5fbb50ee67 (patch)
tree3cd8100f2dbc25a6f7587b132dd5dd7a4787926b /src
parentc699a742ec203fd30b2b29444aeeac87619e899c (diff)
downloadgenivi-common-api-runtime-9e48326cb84a311b4b2bdbee25b5da5fbb50ee67.tar.gz
Setup to build rpm packet for library
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 )