Repository: parquet-cpp Updated Branches: refs/heads/master 35c8eb54a -> 72881a5b6
PARQUET-604: Add writer headers to installation Author: Korn, Uwe <[email protected]> Closes #98 from xhochy/parquet-604 and squashes the following commits: 9357efc [Korn, Uwe] PARQUET-604: Add writer headers to installation Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/72881a5b Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/72881a5b Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/72881a5b Branch: refs/heads/master Commit: 72881a5b6cdce12d06d4b61aa5aa8c5b41ce3395 Parents: 35c8eb5 Author: Korn, Uwe <[email protected]> Authored: Sun May 8 17:48:50 2016 -0700 Committer: Wes McKinney <[email protected]> Committed: Sun May 8 17:48:50 2016 -0700 ---------------------------------------------------------------------- src/parquet/column/CMakeLists.txt | 1 + src/parquet/file/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/72881a5b/src/parquet/column/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/parquet/column/CMakeLists.txt b/src/parquet/column/CMakeLists.txt index bc380f3..4c50c0a 100644 --- a/src/parquet/column/CMakeLists.txt +++ b/src/parquet/column/CMakeLists.txt @@ -21,6 +21,7 @@ install(FILES levels.h reader.h scanner.h + writer.h DESTINATION include/parquet/column) ADD_PARQUET_TEST(column-reader-test) http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/72881a5b/src/parquet/file/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/parquet/file/CMakeLists.txt b/src/parquet/file/CMakeLists.txt index 682a392..acfb513 100644 --- a/src/parquet/file/CMakeLists.txt +++ b/src/parquet/file/CMakeLists.txt @@ -17,6 +17,7 @@ install(FILES reader.h + writer.h DESTINATION include/parquet/file) ADD_PARQUET_TEST(file-deserialize-test)
