We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2eadf commit 626c7e7Copy full SHA for 626c7e7
src/file_lists.cmake
@@ -272,7 +272,8 @@ set(libprotobuf_lite_hdrs
272
273
# @//pkg:protoc
274
set(libprotoc_srcs
275
- ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/allowlists.cc
+ ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/empty_package.cc
276
+ ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/weak_imports.cc
277
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator.cc
278
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface.cc
279
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/enum.cc
0 commit comments