X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ab7766269f989e259e3db2ef280974d09e4cecc2;hb=9a8aea1b682f522d7b278312b9bd85ed12fab820;hp=abc81c8b3fb69bd62049b54a007a6d33c6c80fd8;hpb=0ea0734fa3f304af325b4a0429bb0cfaabeeed96;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index abc81c8b..ab776626 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2019 "IoT.bzh" +# Copyright (C) 2015-2020 "IoT.bzh" # # author: José Bollo # @@ -88,6 +88,7 @@ SET(AFB_LIB_SOURCES afb-context.c afb-cred.c afb-debug.c + afb-error-text.c afb-evt.c afb-export.c afb-fdev.c @@ -99,11 +100,14 @@ SET(AFB_LIB_SOURCES afb-method.c afb-monitor.c afb-msg-json.c + afb-perm.c + afb-permission-text.c afb-proto-ws.c afb-session.c afb-socket.c afb-stub-ws.c afb-supervision.c + afb-token.c afb-trace.c afb-websock.c afb-ws-client.c @@ -123,6 +127,7 @@ SET(AFB_LIB_SOURCES sig-monitor.c subpath.c systemd.c + u16id.c uuid.c verbose.c watchdog.c @@ -167,6 +172,7 @@ TARGET_LINK_LIBRARIES(afbwsc ${libsystemd_LDFLAGS} ${json-c_LDFLAGS} -lpthread + -latomic -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export-afbwsc.map -Wl,--as-needed -Wl,--gc-sections