Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
PARQUET-604: Add writer headers to installation
Browse files Browse the repository at this point in the history
Author: Korn, Uwe <Uwe.Korn@blue-yonder.com>

Closes #98 from xhochy/parquet-604 and squashes the following commits:

9357efc [Korn, Uwe] PARQUET-604: Add writer headers to installation
  • Loading branch information
xhochy authored and wesm committed May 9, 2016
1 parent 35c8eb5 commit 72881a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/parquet/column/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install(FILES
levels.h
reader.h
scanner.h
writer.h
DESTINATION include/parquet/column)

ADD_PARQUET_TEST(column-reader-test)
Expand Down
1 change: 1 addition & 0 deletions src/parquet/file/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

install(FILES
reader.h
writer.h
DESTINATION include/parquet/file)

ADD_PARQUET_TEST(file-deserialize-test)
Expand Down

0 comments on commit 72881a5

Please sign in to comment.