X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=6abc8736aca6a97b26753f0b1f19e13778783c4d;hb=31f85d741a3f35f853114e0bc299213f4456fcbc;hp=f41a3a880d8dc1cc0806e1025ce151cf89d793d4;hpb=1a66f6a8c0b213e14bc0b1896bfaa68a5c2a5002;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f41a3a88..6abc8736 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,12 +35,15 @@ ADD_LIBRARY(afb-lib STATIC afb-apis.c afb-common.c afb-context.c + afb-evt.c afb-hreq.c afb-hsrv.c afb-hswitch.c afb-method.c afb-msg-json.c afb-sig-handler.c + afb-svc.c + afb-subcall.c afb-websock.c afb-ws-client.c afb-ws-json1.c @@ -73,6 +76,9 @@ INSTALL(TARGETS afb-daemon # build and install libafbwsc ########################################### ADD_LIBRARY(afbwsc SHARED afb-ws.c afb-ws-client.c afb-wsj1.c websock.c afb-common.c) +SET_TARGET_PROPERTIES(afbwsc PROPERTIES + VERSION ${LIBAFBWSC_VERSION} + SOVERSION ${LIBAFBWSC_SOVERSION}) TARGET_LINK_LIBRARIES(afbwsc ${libsystemd_LIBRARIES} -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export-afbwsc.map