OVMS3-idf/components/bt
Renz Christian Bagaporo 3882e48e8a cmake: use new signature form of target_link_library to link components
!4452 used setting LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES to link
components built under ESP-IDF build system. However, LINK_LIBRARIES does
not produce behavior same as linking PRIVATE. This MR uses the new
signature for target_link_libraries directly instead. This also moves
setting dependencies during component registration rather than after all
components have been processed.

The consequence is that internally, components have to use the new
signature form as well. This does not affect linking the components to
external targets, such as with idf_as_lib example. This only affects
linking additional libraries to ESP-IDF libraries outside component processing (after
idf_build_process), which is not even possible for CMake<v3.13 as
target_link_libraries is not valid for targets not created in current
directory. See https://cmake.org/cmake/help/v3.13/policy/CMP0079.html#policy:CMP0079
2019-06-11 18:09:26 +08:00
..
bluedroid Merge branch 'bugfix/btdm_a2dp_src_pkt_overflow' into 'master' 2019-06-04 16:07:31 +08:00
include component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller 2019-06-04 16:31:21 +08:00
lib@6834a6bfcf component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller 2019-06-04 16:31:21 +08:00
test bt: Fix unit tests build with CMake 2018-11-28 15:19:04 +08:00
bt.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
CMakeLists.txt cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
component.mk components/bt: Add packet loss concealment (PLC) for HFP 2019-05-24 17:33:52 +08:00
Kconfig component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller 2019-06-04 16:31:21 +08:00
sdkconfig.rename Rename Kconfig options (components/bt) 2019-05-21 09:09:01 +02:00