File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
build *
2
+ install *
2
3
* .nvp
3
4
cupoch_config.h
4
5
shader.h
Original file line number Diff line number Diff line change 1
- site_name : Cupoch - CUDA-based 3D processing library
1
+ site_name : Cupoch - Robotics with GPU computing
2
2
3
3
theme :
4
4
name : ' material'
Original file line number Diff line number Diff line change @@ -335,4 +335,30 @@ list(APPEND 3RDPARTY_LIBRARIES
335
335
)
336
336
337
337
set (3RDPARTY_INCLUDE_DIRS ${3RDPARTY_INCLUDE_DIRS} PARENT_SCOPE )
338
- set (3RDPARTY_LIBRARIES ${3RDPARTY_LIBRARIES} PARENT_SCOPE )
338
+ set (3RDPARTY_LIBRARIES ${3RDPARTY_LIBRARIES} PARENT_SCOPE )
339
+
340
+ install (TARGETS ${FLANN_LIBRARIES}
341
+ ${GLEW_LIBRARIES}
342
+ ${glfw_LIBRARIES}
343
+ ${JPEG_TURBO_LIBRARIES}
344
+ ${PNG_LIBRARIES}
345
+ ${liblzf_LIBRARIES}
346
+ ${rply_LIBRARIES}
347
+ ${JSONCPP_LIBRARIES}
348
+ ${stdgpu_LIBRARIES}
349
+ ${SGM_LIBRARIES}
350
+ ${tinyobjloader_LIBRARIES}
351
+ ${googletest_LIBRARIES}
352
+ ${imgui_LIBRARIES}
353
+ ${urdfdom_LIBRARIES}
354
+ EXPORT ${PROJECT_NAME} 3rdTargets
355
+ RUNTIME DESTINATION ${CUPOCH_INSTALL_BIN_DIR}
356
+ LIBRARY DESTINATION ${CUPOCH_INSTALL_LIB_DIR}
357
+ ARCHIVE DESTINATION ${CUPOCH_INSTALL_LIB_DIR}
358
+ )
359
+
360
+ install (DIRECTORY ${rmm_INCLUDE_DIRS}
361
+ ${stdgpu_INCLUDE_DIRS}
362
+ ${SGM_INCLUDE_DIRS}
363
+ DESTINATION ${CUPOCH_INSTALL_INCLUDE_DIR} /../
364
+ )
Submodule
eigen updated from 12fd3dd to 3147391
You can’t perform that action at this time.
0 commit comments