Skip to content

Commit

Permalink
Merge pull request protocolbuffers#3 from Esri/marc9905/ftAnno43_upda…
Browse files Browse the repository at this point in the history
…ted_headers

Update list of headers
  • Loading branch information
mfpdias authored Dec 3, 2018
2 parents e6a719b + 6940640 commit 5fd29a6
Showing 1 changed file with 46 additions and 21 deletions.
67 changes: 46 additions & 21 deletions protobuf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,52 @@ project "protobuf"
prjDir .. "/src/google/protobuf/stubs/time.cc",
prjDir .. "/src/google/protobuf/wire_format_lite.cc",

prjDir .. "src/google/protobuf/arena.h",
prjDir .. "src/google/protobuf/arenastring.h",
prjDir .. "src/google/protobuf/extension_set.h",
prjDir .. "src/google/protobuf/generated_message_util.h",
prjDir .. "src/google/protobuf/implicit_weak_message.h",
prjDir .. "src/google/protobuf/io/coded_stream.h",
prjDir .. "src/google/protobuf/io/zero_copy_stream.h",
prjDir .. "src/google/protobuf/io/zero_copy_stream_impl_lite.h",
prjDir .. "src/google/protobuf/message_lite.h",
prjDir .. "src/google/protobuf/repeated_field.h",
prjDir .. "src/google/protobuf/stubs/bytestream.h",
prjDir .. "src/google/protobuf/stubs/common.h",
prjDir .. "src/google/protobuf/stubs/int128.h",
prjDir .. "src/google/protobuf/stubs/once.h",
prjDir .. "src/google/protobuf/stubs/status.h",
prjDir .. "src/google/protobuf/stubs/statusor.h",
prjDir .. "src/google/protobuf/stubs/stringpiece.h",
prjDir .. "src/google/protobuf/stubs/stringprintf.h",
prjDir .. "src/google/protobuf/stubs/strutil.h",
prjDir .. "src/google/protobuf/stubs/time.h",
prjDir .. "src/google/protobuf/wire_format_lite.h",
prjDir .. "/src/google/protobuf/arena.h",
prjDir .. "/src/google/protobuf/arena_impl.h",
prjDir .. "/src/google/protobuf/arenastring.h",
prjDir .. "/src/google/protobuf/extension_set.h",
prjDir .. "/src/google/protobuf/generated_enum_util.h",
prjDir .. "/src/google/protobuf/generated_message_table_driven.h",
prjDir .. "/src/google/protobuf/generated_message_table_driven_lite.h",
prjDir .. "/src/google/protobuf/generated_message_util.h",
prjDir .. "/src/google/protobuf/has_bits.h",
prjDir .. "/src/google/protobuf/implicit_weak_message.h",
prjDir .. "/src/google/protobuf/inlined_string_field.h",
prjDir .. "/src/google/protobuf/io/coded_stream.h",
prjDir .. "/src/google/protobuf/io/coded_stream_inl.h",
prjDir .. "/src/google/protobuf/io/zero_copy_stream.h",
prjDir .. "/src/google/protobuf/io/zero_copy_stream_impl_lite.h",
prjDir .. "/src/google/protobuf/map.h",
prjDir .. "/src/google/protobuf/map_entry_lite.h",
prjDir .. "/src/google/protobuf/map_field_lite.h",
prjDir .. "/src/google/protobuf/map_type_handler.h",
prjDir .. "/src/google/protobuf/message_lite.h",
prjDir .. "/src/google/protobuf/metadata_lite.h",
prjDir .. "/src/google/protobuf/repeated_field.h",
prjDir .. "/src/google/protobuf/stubs/bytestream.h",
prjDir .. "/src/google/protobuf/stubs/callback.h",
prjDir .. "/src/google/protobuf/stubs/casts.h",
prjDir .. "/src/google/protobuf/stubs/common.h",
prjDir .. "/src/google/protobuf/stubs/fastmem.h",
prjDir .. "/src/google/protobuf/stubs/hash.h",
prjDir .. "/src/google/protobuf/stubs/int128.h",
prjDir .. "/src/google/protobuf/stubs/logging.h",
prjDir .. "/src/google/protobuf/stubs/macros.h",
prjDir .. "/src/google/protobuf/stubs/map_util.h",
prjDir .. "/src/google/protobuf/stubs/mathlimits.h",
prjDir .. "/src/google/protobuf/stubs/mutex.h",
prjDir .. "/src/google/protobuf/stubs/once.h",
prjDir .. "/src/google/protobuf/stubs/platform_macros.h",
prjDir .. "/src/google/protobuf/stubs/port.h",
prjDir .. "/src/google/protobuf/stubs/status.h",
prjDir .. "/src/google/protobuf/stubs/statusor.h",
prjDir .. "/src/google/protobuf/stubs/stl_util.h",
prjDir .. "/src/google/protobuf/stubs/stringpiece.h",
prjDir .. "/src/google/protobuf/stubs/stringprintf.h",
prjDir .. "/src/google/protobuf/stubs/strutil.h",
prjDir .. "/src/google/protobuf/stubs/time.h",
prjDir .. "/src/google/protobuf/wire_format_lite.h",
prjDir .. "/src/google/protobuf/wire_format_lite_inl.h",
}

includedirs {
Expand Down

0 comments on commit 5fd29a6

Please sign in to comment.