aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-03-01 16:36:05 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2018-03-01 16:36:05 -0800
commitfd595fcc93c949d6501a24f213633e007e93fb0c (patch)
treee80c4bf0236992ecb2aaabfec3906e7f22edd56c /cmake
parent9dc0a4d5cf181845c4c8ca6c482ec38cc1835bbc (diff)
downloadprotobuf-fd595fcc93c949d6501a24f213633e007e93fb0c.tar.gz
protobuf-fd595fcc93c949d6501a24f213633e007e93fb0c.tar.bz2
protobuf-fd595fcc93c949d6501a24f213633e007e93fb0c.zip
Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."
This reverts commit 724f0be33d0eb42055ebe81ce0c8c7bf88ea666c.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/libprotobuf.cmake1
-rw-r--r--cmake/libprotoc.cmake1
2 files changed, 1 insertions, 1 deletions
diff --git a/cmake/libprotobuf.cmake b/cmake/libprotobuf.cmake
index 173d2ab9..65d05c19 100644
--- a/cmake/libprotobuf.cmake
+++ b/cmake/libprotobuf.cmake
@@ -4,7 +4,6 @@ set(libprotobuf_files
${protobuf_source_dir}/src/google/protobuf/api.pb.cc
${protobuf_source_dir}/src/google/protobuf/compiler/importer.cc
${protobuf_source_dir}/src/google/protobuf/compiler/parser.cc
- ${protobuf_source_dir}/src/google/protobuf/compiler/plugin.pb.cc
${protobuf_source_dir}/src/google/protobuf/descriptor.cc
${protobuf_source_dir}/src/google/protobuf/descriptor.pb.cc
${protobuf_source_dir}/src/google/protobuf/descriptor_database.cc
diff --git a/cmake/libprotoc.cmake b/cmake/libprotoc.cmake
index dbf52daf..5f6d078c 100644
--- a/cmake/libprotoc.cmake
+++ b/cmake/libprotoc.cmake
@@ -88,6 +88,7 @@ set(libprotoc_files
${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc
${protobuf_source_dir}/src/google/protobuf/compiler/php/php_generator.cc
${protobuf_source_dir}/src/google/protobuf/compiler/plugin.cc
+ ${protobuf_source_dir}/src/google/protobuf/compiler/plugin.pb.cc
${protobuf_source_dir}/src/google/protobuf/compiler/python/python_generator.cc
${protobuf_source_dir}/src/google/protobuf/compiler/ruby/ruby_generator.cc
${protobuf_source_dir}/src/google/protobuf/compiler/subprocess.cc