|
Basic RT components and utilities
315.12.1
|
Functions | |
| include_directories (${PCL_INCLUDE_DIRS}) link_directories($ | |
| add_definitions (${PCL_DEFINITIONS}) set(comp_sources PointCloudViewer.cpp) set(libs hrpsysBaseStub $ | |
| add_library (PointCloudViewer SHARED ${comp_sources}) target_link_libraries(PointCloudViewer $ | |
| set_target_properties (PointCloudViewer PROPERTIES PREFIX"") add_executable(PointCloudViewerComp PointCloudViewerComp.cpp $ | |
| target_link_libraries (PointCloudViewerComp ${libs}) set(target PointCloudViewer PointCloudViewerComp) install(TARGETS $ | |
| add_definitions | ( | ) |
| add_library | ( | ) |
| set_target_properties | ( | PointCloudViewer PROPERTIES PREFIX"" | ) |
1.7.6.1