Commit 32886f1f authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2706 from podsvirov/cm-js-embed

Fix libprotoc.cmake to generate well_known_types_embed.cc
parents d47fb8d6 750cda35
...@@ -94,7 +94,7 @@ set(libprotoc_files ...@@ -94,7 +94,7 @@ set(libprotoc_files
${protobuf_source_dir}/src/google/protobuf/compiler/zip_writer.cc ${protobuf_source_dir}/src/google/protobuf/compiler/zip_writer.cc
) )
set(js_well_known_types_sources, set(js_well_known_types_sources
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/any.js ${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/any.js
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/struct.js ${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/struct.js
${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/timestamp.js ${protobuf_source_dir}/src/google/protobuf/compiler/js/well_known_types/timestamp.js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment