1 parent 1b8c557 commit 401d283Copy full SHA for 401d283
1 file changed
cpp/src/plasma/CMakeLists.txt
@@ -226,6 +226,12 @@ if(ARROW_PLASMA_JAVA_CLIENT)
226
numa
227
)
228
endif(APPLE)
229
+
230
+ install(TARGETS plasma_java ${INSTALL_IS_OPTIONAL}
231
+ RUNTIME DESTINATION ${RUNTIME_INSTALL_DIR}
232
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
233
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
234
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
235
endif()
236
#
237
# Unit tests
0 commit comments