mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Switch to target-oriented dependencies. Use imported targets for dependencies (openssl, boost). Localize FindBoost to remove cmake version dependence for latest boost support. Logically separate "ripple-libpp" core sources and add install targets. Add ninja build for msvc. Add two clang sanitizer builds. Misc script changes to work with latest modernized cmake.
43 lines
1.6 KiB
C++
43 lines
1.6 KiB
C++
// Unity build file for libprotobuf by Vinnie Falco <vinnie.falco@gmail.com>
|
|
//
|
|
|
|
#include "google/protobuf/descriptor.cc"
|
|
#include "google/protobuf/descriptor.pb.cc"
|
|
#include "google/protobuf/descriptor_database.cc"
|
|
#include "google/protobuf/dynamic_message.cc"
|
|
#include "google/protobuf/extension_set.cc"
|
|
#include "google/protobuf/extension_set_heavy.cc"
|
|
#include "google/protobuf/generated_message_reflection.cc"
|
|
#include "google/protobuf/generated_message_util.cc"
|
|
#include "google/protobuf/message.cc"
|
|
#include "google/protobuf/message_lite.cc"
|
|
#include "google/protobuf/reflection_ops.cc"
|
|
#include "google/protobuf/repeated_field.cc"
|
|
#include "google/protobuf/service.cc"
|
|
#include "google/protobuf/text_format.cc"
|
|
#include "google/protobuf/unknown_field_set.cc"
|
|
#include "google/protobuf/wire_format.cc"
|
|
#include "google/protobuf/wire_format_lite.cc"
|
|
|
|
#include "google/protobuf/compiler/importer.cc"
|
|
#include "google/protobuf/compiler/parser.cc"
|
|
|
|
#include "google/protobuf/io/coded_stream.cc"
|
|
#include "google/protobuf/io/gzip_stream.cc"
|
|
#include "google/protobuf/io/tokenizer.cc"
|
|
#include "google/protobuf/io/zero_copy_stream.cc"
|
|
#include "google/protobuf/io/zero_copy_stream_impl.cc"
|
|
#include "google/protobuf/io/zero_copy_stream_impl_lite.cc"
|
|
|
|
#include "google/protobuf/stubs/common.cc"
|
|
#include "google/protobuf/stubs/once.cc"
|
|
#include "google/protobuf/stubs/stringprintf.cc"
|
|
#include "google/protobuf/stubs/structurally_valid.cc"
|
|
#include "google/protobuf/stubs/strutil.cc"
|
|
#include "google/protobuf/stubs/substitute.cc"
|
|
|
|
#ifdef _MSC_VER // MSVC
|
|
#include "google/protobuf/stubs/atomicops_internals_x86_msvc.cc"
|
|
#endif
|
|
|