From 69406408a0d5709b61c3a8da35af9734559555c3 Mon Sep 17 00:00:00 2001 From: mfpdias Date: Wed, 28 Nov 2018 14:36:37 +0000 Subject: [PATCH] Update list of headers --- protobuf.lua | 67 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/protobuf.lua b/protobuf.lua index d6824ca94ae2..bc164ad8aa4f 100644 --- a/protobuf.lua +++ b/protobuf.lua @@ -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 {