Skip to content

Commit

Permalink
This will probably cause three way merge hell with PointCloudLibrary#718
Browse files Browse the repository at this point in the history
, but lets be fearless
  • Loading branch information
jpapon committed Sep 24, 2014
1 parent 051f434 commit 3de94b0
Show file tree
Hide file tree
Showing 6 changed files with 1,454 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/segmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ if(BUILD_visualization)
include (${VTK_USE_FILE})
PCL_ADD_EXAMPLE(pcl_example_supervoxels FILES example_supervoxels.cpp
LINK_WITH pcl_common pcl_features pcl_segmentation pcl_octree pcl_kdtree pcl_visualization)
PCL_ADD_EXAMPLE(pcl_example_lccp_segmentation FILES example_lccp_segmentation.cpp
LINK_WITH pcl_common pcl_io pcl_segmentation pcl_visualization)
endif(VTK_FOUND)
endif(BUILD_visualization)
Loading

0 comments on commit 3de94b0

Please sign in to comment.