Events: refactoring
[src/app-framework-binder.git] / src / CMakeLists.txt
index f41a3a8..cbaf286 100644 (file)
@@ -35,6 +35,7 @@ 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
@@ -73,6 +74,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