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
  • Loading branch information
xhochy committed May 8, 2016
1 parent 8a6eca9 commit 9357efc
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 9357efc

Please sign in to comment.