aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/extract_includes.bat.in
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@gmail.com>2016-09-21 10:40:26 -0700
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:43:48 -0700
commit7fecfdbaa83295d819088c67f834a69f824be6e9 (patch)
treebbbc591ecd4b1eb3fd58c2aaf8c6bc24a7c824da /cmake/extract_includes.bat.in
parentf7bb8477a8e925090a2209097f5fbb62b1f7f919 (diff)
Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)
This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
Diffstat (limited to 'cmake/extract_includes.bat.in')
-rw-r--r--cmake/extract_includes.bat.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/extract_includes.bat.in b/cmake/extract_includes.bat.in
index 0f286381..abd70616 100644
--- a/cmake/extract_includes.bat.in
+++ b/cmake/extract_includes.bat.in
@@ -49,6 +49,7 @@ copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\generated_enum_reflect
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\generated_enum_util.h include\google\protobuf\generated_enum_util.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\generated_message_reflection.h include\google\protobuf\generated_message_reflection.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\generated_message_util.h include\google\protobuf\generated_message_util.h
+copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\has_bits.h include\google\protobuf\has_bits.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\coded_stream.h include\google\protobuf\io\coded_stream.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\gzip_stream.h include\google\protobuf\io\gzip_stream.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\printer.h include\google\protobuf\io\printer.h