|
|
|
@ -47,7 +47,6 @@ set(libprotobuf_srcs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/cpp_utils/ifndef_guard.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/printer.cc |
|
|
|
@ -139,7 +138,6 @@ set(libprotobuf_hdrs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/cpp_utils/ifndef_guard.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/io/printer.h |
|
|
|
@ -306,6 +304,7 @@ set(libprotoc_srcs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/helpers.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/ifndef_guard.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/message.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/padding_optimizer.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/parse_function_generator.cc |
|
|
|
@ -422,6 +421,7 @@ set(libprotoc_hdrs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/helpers.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/ifndef_guard.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/message.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/message_layout_helper.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/names.h |
|
|
|
@ -1095,6 +1095,7 @@ set(compiler_test_files |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/copy_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/generator_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/ifndef_guard_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/message_size_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/metadata_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/move_unittest.cc |
|
|
|
|