Skip to content

Commit

Permalink
update eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Nov 20, 2021
1 parent b380e34 commit 32edfe2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build*
install*
*.nvp
cupoch_config.h
shader.h
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Cupoch - CUDA-based 3D processing library
site_name: Cupoch - Robotics with GPU computing

theme:
name: 'material'
Expand Down
28 changes: 27 additions & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,30 @@ list(APPEND 3RDPARTY_LIBRARIES
)

set(3RDPARTY_INCLUDE_DIRS ${3RDPARTY_INCLUDE_DIRS} PARENT_SCOPE)
set(3RDPARTY_LIBRARIES ${3RDPARTY_LIBRARIES} PARENT_SCOPE)
set(3RDPARTY_LIBRARIES ${3RDPARTY_LIBRARIES} PARENT_SCOPE)

install(TARGETS ${FLANN_LIBRARIES}
${GLEW_LIBRARIES}
${glfw_LIBRARIES}
${JPEG_TURBO_LIBRARIES}
${PNG_LIBRARIES}
${liblzf_LIBRARIES}
${rply_LIBRARIES}
${JSONCPP_LIBRARIES}
${stdgpu_LIBRARIES}
${SGM_LIBRARIES}
${tinyobjloader_LIBRARIES}
${googletest_LIBRARIES}
${imgui_LIBRARIES}
${urdfdom_LIBRARIES}
EXPORT ${PROJECT_NAME}3rdTargets
RUNTIME DESTINATION ${CUPOCH_INSTALL_BIN_DIR}
LIBRARY DESTINATION ${CUPOCH_INSTALL_LIB_DIR}
ARCHIVE DESTINATION ${CUPOCH_INSTALL_LIB_DIR}
)

install(DIRECTORY ${rmm_INCLUDE_DIRS}
${stdgpu_INCLUDE_DIRS}
${SGM_INCLUDE_DIRS}
DESTINATION ${CUPOCH_INSTALL_INCLUDE_DIR}/../
)
2 changes: 1 addition & 1 deletion third_party/eigen
Submodule eigen updated from 12fd3d to 314739

0 comments on commit 32edfe2

Please sign in to comment.