Skip to content

Commit

Permalink
maybe fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 29, 2024
1 parent 9846845 commit 9f31f2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ if(NANOARROW_IPC)
install(TARGETS nanoarrow_ipc DESTINATION lib)
install(FILES src/nanoarrow/nanoarrow_ipc.h src/nanoarrow/nanoarrow_ipc.hpp
src/nanoarrow/ipc/flatcc_generated.h DESTINATION include/nanoarrow)
install(FILES src/nanoarrow/hpp/array_stream.hpp
src/nanoarrow/hpp/buffer.hpp
src/nanoarrow/hpp/exception.hpp
src/nanoarrow/hpp/operators.hpp
src/nanoarrow/hpp/unique.hpp
src/nanoarrow/hpp/view.hpp
DESTINATION include/nanoarrow/hpp)
endif()

if(NANOARROW_IPC AND (NANOARROW_BUILD_INTEGRATION_TESTS OR NANOARROW_BUILD_TESTS))
Expand Down

0 comments on commit 9f31f2a

Please sign in to comment.