Skip to content

Commit

Permalink
fix cmake build
Browse files Browse the repository at this point in the history
Summary: The Interaction.cpp needs to be compiled to avoid linking errors.

Reviewed By: jmswen, iahs

Differential Revision: D25342425

fbshipit-source-id: d578228514d6eeac942dc023f4c5fc7b1ea7a1da
  • Loading branch information
xavierd authored and facebook-github-bot committed Dec 5, 2020
1 parent d7ed39a commit 8f31477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrift/lib/cpp2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ add_library(
async/HeaderChannelTrait.cpp
async/HeaderClientChannel.cpp
async/HeaderServerChannel.cpp
async/Interaction.cpp
async/RequestChannel.cpp
async/ResponseChannel.cpp
async/RocketClientChannel.cpp
Expand Down

0 comments on commit 8f31477

Please sign in to comment.