Skip to content

Commit

Permalink
added pcl_geometry to the header only libraries again
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.pointclouds.org/pcl/trunk@8513 a9d63959-f2ad-4865-b262-bf0e56cfafb6
  • Loading branch information
Martin Sälzle committed Jan 15, 2013
1 parent b733129 commit 10d42e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 46 deletions.
2 changes: 1 addition & 1 deletion PCLConfig.cmake.in
Expand Up @@ -432,7 +432,7 @@ list(LENGTH pcl_all_components PCL_NB_COMPONENTS)

@PCLCONFIG_OPTIONAL_DEPENDENCIES@

set(pcl_header_only_components 2d cuda_common gpu_tracking modeler in_hand_scanner)
set(pcl_header_only_components 2d cuda_common geometry gpu_tracking modeler in_hand_scanner)

include(FindPackageHandleStandardArgs)

Expand Down
15 changes: 8 additions & 7 deletions geometry/CMakeLists.txt
Expand Up @@ -32,15 +32,16 @@ if(build)
include/pcl/${SUBSYS_NAME}/impl/polygon_operations.hpp
)

set(srcs
src/geometry.cpp
)
# set(srcs
# src/geometry.cpp
# )

set(LIB_NAME pcl_${SUBSYS_NAME})
# set(LIB_NAME pcl_${SUBSYS_NAME})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
PCL_ADD_LIBRARY(${LIB_NAME} ${SUBSYS_NAME} ${srcs} ${incs} ${impl_incs})
target_link_libraries(${LIB_NAME} pcl_common)
PCL_MAKE_PKGCONFIG(${LIB_NAME} ${SUBSYS_NAME} "${SUBSYS_DESC}" "${SUBSYS_DEPS}" "" "" "" "")
# PCL_ADD_LIBRARY(${LIB_NAME} ${SUBSYS_NAME} ${srcs} ${incs} ${impl_incs})
# target_link_libraries(${LIB_NAME} pcl_common)
# PCL_MAKE_PKGCONFIG(${LIB_NAME} ${SUBSYS_NAME} "${SUBSYS_DESC}" "${SUBSYS_DEPS}" "" "" "" "")

# Install include files
PCL_ADD_INCLUDES(${SUBSYS_NAME} ${SUBSYS_NAME} ${incs})
PCL_ADD_INCLUDES(${SUBSYS_NAME} ${SUBSYS_NAME}/impl ${impl_incs})
Expand Down
38 changes: 0 additions & 38 deletions geometry/src/geometry.cpp

This file was deleted.

0 comments on commit 10d42e9

Please sign in to comment.