This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new e06c67c  Add recordio.cc into CMakeLists.txt and BUILD
e06c67c is described below

commit e06c67c5dac12d76e2b149621c944c1314d7e8b9
Author: gejun <ge...@bilibili.com>
AuthorDate: Mon May 20 12:00:21 2019 +0800

    Add recordio.cc into CMakeLists.txt and BUILD
---
 BUILD          | 1 +
 CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/BUILD b/BUILD
index 185f44f..07d8d6b 100644
--- a/BUILD
+++ b/BUILD
@@ -217,6 +217,7 @@ BUTIL_SRCS = [
     "src/butil/containers/case_ignored_flat_map.cpp",
     "src/butil/iobuf.cpp",
     "src/butil/binary_printer.cpp",
+    "src/butil/recordio.cc",
     "src/butil/popen.cpp",
 ] + select({
         ":darwin": [
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f221dc..090d344 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -311,6 +311,7 @@ set(BUTIL_SOURCES
     ${PROJECT_SOURCE_DIR}/src/butil/containers/case_ignored_flat_map.cpp
     ${PROJECT_SOURCE_DIR}/src/butil/iobuf.cpp
     ${PROJECT_SOURCE_DIR}/src/butil/binary_printer.cpp
+    ${PROJECT_SOURCE_DIR}/src/butil/recordio.cc
     ${PROJECT_SOURCE_DIR}/src/butil/popen.cpp
     )
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to