Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
12c186f7
Commit
12c186f7
authored
Jul 25, 2017
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix makefile.am
parent
de6debcf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
BUILD
BUILD
+1
-0
libprotobuf-lite.cmake
cmake/libprotobuf-lite.cmake
+1
-0
Makefile.am
src/Makefile.am
+3
-0
No files found.
BUILD
View file @
12c186f7
...
...
@@ -97,6 +97,7 @@ cc_library(
"src/google/protobuf/arena.cc",
"src/google/protobuf/arenastring.cc",
"src/google/protobuf/extension_set.cc",
"src/google/protobuf/generated_message_table_driven_lite.cc",
"src/google/protobuf/generated_message_util.cc",
"src/google/protobuf/io/coded_stream.cc",
"src/google/protobuf/io/zero_copy_stream.cc",
...
...
cmake/libprotobuf-lite.cmake
View file @
12c186f7
...
...
@@ -2,6 +2,7 @@ set(libprotobuf_lite_files
${
protobuf_source_dir
}
/src/google/protobuf/arena.cc
${
protobuf_source_dir
}
/src/google/protobuf/arenastring.cc
${
protobuf_source_dir
}
/src/google/protobuf/extension_set.cc
${
protobuf_source_dir
}
/src/google/protobuf/generated_message_table_driven_lite.cc
${
protobuf_source_dir
}
/src/google/protobuf/generated_message_util.cc
${
protobuf_source_dir
}
/src/google/protobuf/io/coded_stream.cc
${
protobuf_source_dir
}
/src/google/protobuf/io/zero_copy_stream.cc
...
...
src/Makefile.am
View file @
12c186f7
...
...
@@ -221,6 +221,8 @@ libprotobuf_lite_la_SOURCES = \
google/protobuf/arenastring.cc
\
google/protobuf/extension_set.cc
\
google/protobuf/generated_message_util.cc
\
google/protobuf/generated_message_table_driven_lite.h
\
google/protobuf/generated_message_table_driven_lite.cc
\
google/protobuf/message_lite.cc
\
google/protobuf/repeated_field.cc
\
google/protobuf/wire_format_lite.cc
\
...
...
@@ -251,6 +253,7 @@ libprotobuf_la_SOURCES = \
google/protobuf/extension_set_heavy.cc
\
google/protobuf/field_mask.pb.cc
\
google/protobuf/generated_message_reflection.cc
\
google/protobuf/generated_message_table_driven_lite.h
\
google/protobuf/generated_message_table_driven.cc
\
google/protobuf/map_field.cc
\
google/protobuf/message.cc
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment