Skip to content

Commit

Permalink
git-svn-id: svn+ssh://svn.pointclouds.org/pcl/trunk@4757 a9d63959-f2a…
Browse files Browse the repository at this point in the history
…d-4865-b262-bf0e56cfafb6
  • Loading branch information
Sergey Ushakov committed Feb 26, 2012
1 parent 662a5d7 commit 2b04319
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions segmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ PCL_SUBSYS_DEPEND(build ${SUBSYS_NAME} DEPS ${SUBSYS_DEPS})
PCL_ADD_DOC(${SUBSYS_NAME})

if(build)
set(srcs
src/extract_clusters.cpp
set(srcs src/extract_clusters.cpp
src/extract_polygonal_prism_data.cpp
src/sac_segmentation.cpp
src/seeded_hue_segmentation.cpp
src/segment_differences.cpp
#src/region_growing.cpp
src/region_growing.cpp
)

set(incs include/pcl/${SUBSYS_NAME}/extract_clusters.h
Expand All @@ -24,7 +23,7 @@ if(build)
include/pcl/${SUBSYS_NAME}/sac_segmentation.h
include/pcl/${SUBSYS_NAME}/seeded_hue_segmentation.h
include/pcl/${SUBSYS_NAME}/segment_differences.h
#include/pcl/${SUBSYS_NAME}/region_growing.h
include/pcl/${SUBSYS_NAME}/region_growing.h
)

set(impl_incs include/pcl/${SUBSYS_NAME}/impl/extract_clusters.hpp
Expand All @@ -33,7 +32,7 @@ if(build)
include/pcl/${SUBSYS_NAME}/impl/sac_segmentation.hpp
include/pcl/${SUBSYS_NAME}/impl/seeded_hue_segmentation.hpp
include/pcl/${SUBSYS_NAME}/impl/segment_differences.hpp
#include/pcl/${SUBSYS_NAME}/impl/region_growing.hpp
include/pcl/${SUBSYS_NAME}/impl/region_growing.hpp
)

set(LIB_NAME pcl_${SUBSYS_NAME})
Expand Down

0 comments on commit 2b04319

Please sign in to comment.