X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Ftutorials%2FCMakeLists.txt;h=2a4665b60c53bdb2847b01d8011e9e9d22593171;hb=9a8aea1b682f522d7b278312b9bd85ed12fab820;hp=e071d7a940f7187f97a74506804695aec1531cfc;hpb=a1e6d2c08445030fc35e98f5b97dd1a10024fe62;p=src%2Fapp-framework-binder.git diff --git a/bindings/tutorials/CMakeLists.txt b/bindings/tutorials/CMakeLists.txt index e071d7a9..2a4665b6 100644 --- a/bindings/tutorials/CMakeLists.txt +++ b/bindings/tutorials/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2019 "IoT.bzh" +# Copyright (C) 2015-2020 "IoT.bzh" # # author: José Bollo # @@ -24,7 +24,7 @@ MACRO(tuto num ext) LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map" ) TARGET_LINK_LIBRARIES(tuto-${num} ${json-c_LDFLAGS}) - install(TARGETS tuto-${num} LIBRARY DESTINATION ${install_datadir}/bindings/tutorials) + install(TARGETS tuto-${num} LIBRARY DESTINATION ${SAMPLE_INSTALL_DIR}/bindings/tutorials) ENDMACRO(tuto)