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

Commit 72881a5

Browse files
xhochywesm
authored andcommitted
PARQUET-604: Add writer headers to installation
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
1 parent 35c8eb5 commit 72881a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/parquet/column/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install(FILES
2121
levels.h
2222
reader.h
2323
scanner.h
24+
writer.h
2425
DESTINATION include/parquet/column)
2526

2627
ADD_PARQUET_TEST(column-reader-test)

src/parquet/file/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
install(FILES
1919
reader.h
20+
writer.h
2021
DESTINATION include/parquet/file)
2122

2223
ADD_PARQUET_TEST(file-deserialize-test)

0 commit comments

Comments
 (0)