Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/fbcode_builder/CMake/FBThriftCppLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ function(add_fbthrift_cpp_library LIB_NAME THRIFT_FILE)
"${output_dir}/gen-cpp2/${base}_data.h"
"${output_dir}/gen-cpp2/${base}_data.cpp"
"${output_dir}/gen-cpp2/${base}_types.cpp"
"${output_dir}/gen-cpp2/${base}_types_compact.cpp"
"${output_dir}/gen-cpp2/${base}_types_binary.cpp"
"${output_dir}/gen-cpp2/${base}_metadata.cpp"
)
foreach(service IN LISTS ARG_SERVICES)
Expand Down
4 changes: 4 additions & 0 deletions cpp-channel/thrift-cpp-channel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ library
if/gen-cpp2/RpcOptions_data.cpp
if/gen-cpp2/RpcOptions_metadata.cpp
if/gen-cpp2/RpcOptions_types.cpp
if/gen-cpp2/RpcOptions_types_compact.cpp
if/gen-cpp2/RpcOptions_types_binary.cpp

hs-source-dirs: .
build-tool-depends: hsc2hs:hsc2hs
Expand Down Expand Up @@ -156,6 +158,8 @@ test-suite header-channel
test/if/gen-cpp2/AdderAsyncClient.cpp
test/if/gen-cpp2/Adder.cpp
test/if/gen-cpp2/math_types.cpp
test/if/gen-cpp2/math_types_compact.cpp
test/if/gen-cpp2/math_types_binary.cpp
test/if/gen-cpp2/math_data.cpp
test/if/gen-cpp2/math_metadata.cpp
extra-libraries:
Expand Down
4 changes: 4 additions & 0 deletions tests/thrift-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ test-suite integration
include-dirs: .
cxx-sources: cpp/hs_test.cpp
if/gen-cpp2/hs_test_types.cpp
if/gen-cpp2/hs_test_types_compact.cpp
if/gen-cpp2/hs_test_types_binary.cpp
if/gen-cpp2/hs_test_data.cpp
ghc-options: -main-is IntegrationTest
test-suite interaction
Expand Down Expand Up @@ -238,6 +240,8 @@ test-suite message
include-dirs: .
cxx-sources: cpp/messages.cpp
if/gen-cpp2/hs_test_types.cpp
if/gen-cpp2/hs_test_types_compact.cpp
if/gen-cpp2/hs_test_types_binary.cpp
if/gen-cpp2/hs_test_data.cpp
ghc-options: -main-is MessageTest
test-suite messed-up-case
Expand Down