Skip to content

Commit 401d283

Browse files
authored
modify cmakelist.txt, will install libplasma_java.so (apache#53)
1 parent 1b8c557 commit 401d283

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cpp/src/plasma/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ if(ARROW_PLASMA_JAVA_CLIENT)
226226
numa
227227
)
228228
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})
229235
endif()
230236
#
231237
# Unit tests

0 commit comments

Comments
 (0)