X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fintrinsics%2FCMakeLists.txt;h=b7668ce853e333c9a76dd4817b070b30ff181dd9;hb=6422dd2e6bee2903690fe430b0e7a666179ec163;hp=14833358290c3db061498281906f6d80805fe731;hpb=24d000c2290126abf88204089d132229d63f9a05;p=src%2Fapp-framework-binder.git diff --git a/bindings/intrinsics/CMakeLists.txt b/bindings/intrinsics/CMakeLists.txt index 14833358..b7668ce8 100644 --- a/bindings/intrinsics/CMakeLists.txt +++ b/bindings/intrinsics/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # @@ -27,7 +27,7 @@ SET_TARGET_PROPERTIES(afb-dbus-binding PROPERTIES PREFIX "" LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map" ) -TARGET_LINK_LIBRARIES(afb-dbus-binding ${link_libraries}) +TARGET_LINK_LIBRARIES(afb-dbus-binding ${json-c_LDFLAGS} ${libsystemd_LDFLAGS}) INSTALL(TARGETS afb-dbus-binding - LIBRARY DESTINATION ${binding_install_dir}) + LIBRARY DESTINATION ${INTRINSIC_BINDING_DIR})