Skip to content

Commit

Permalink
[coro_http] fix example build fail due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHyA committed Mar 23, 2023
1 parent 69235e3 commit 197b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coro_http/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target_include_directories(coro_http INTERFACE
$<INSTALL_INTERFACE:include/yalantinglibs>
)

target_link_libraries(coro_rpc INTERFACE
target_link_libraries(coro_http INTERFACE
Threads::Threads
$<BUILD_INTERFACE:asio::asio>
$<BUILD_INTERFACE:async_simple::async_simple_header_only>
Expand Down

0 comments on commit 197b4e8

Please sign in to comment.