File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ add_library(
4949 ${CMAKE_CURRENT_SOURCE_DIR } /fbthrift/thrift/lib/cpp2/protocol/JSONProtocol.cpp
5050 ${CMAKE_CURRENT_SOURCE_DIR } /fbthrift/thrift/lib/cpp2/protocol/JSONProtocolCommon.cpp
5151 ${CMAKE_CURRENT_SOURCE_DIR } /fbthrift/thrift/lib/cpp2/protocol/Protocol.cpp
52+ ${CMAKE_CURRENT_SOURCE_DIR } /fbthrift/thrift/lib/cpp2/protocol/TableBasedSerializer.cpp
5253 ${THRIFT_GENERATED_DIR} /thrift/lib/thrift/gen-cpp2/frozen_data.cpp
5354 ${THRIFT_GENERATED_DIR} /thrift/lib/thrift/gen-cpp2/frozen_types.cpp
55+ ${THRIFT_GENERATED_DIR} /thrift/lib/thrift/gen-cpp2/frozen_types_compact.cpp
5456)
5557
5658set_property (TARGET dwarfs_thrift_lite PROPERTY CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ function(add_cpp2_thrift_library idlfile)
6565 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _for_each_field.h
6666 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _handlers.h
6767 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _types.cpp
68+ ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _types_compact.cpp
6869 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _types.h
6970 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _types.tcc
7071 ${_THRIFT_GENERATED_DIR} /thrift/${_THRIFT_OUTPUT_PATH} /gen-cpp2/${_THRIFTNAME} _types_custom_protocol.h
You can’t perform that action at this time.
0 commit comments