Skip to content

Commit a451ed6

Browse files
author
czjaso
committed
Update core_http target to link to transport interface.
1 parent b1fd51b commit a451ed6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ if(NOT TARGET coremqtt_corehttp_transport_interface)
2626
target_include_directories(coremqtt_corehttp_transport_interface
2727
INTERFACE ${HTTP_TRANSPORT_INTERFACE_INCLUDE_DIRS})
2828
endif()
29+
30+
target_link_libraries(core_http PUBLIC coremqtt_corehttp_transport_interface)

0 commit comments

Comments
 (0)