Skip to content
Snippets Groups Projects
Commit 8d17afe4 authored by Andreu Corominas-Murtra's avatar Andreu Corominas-Murtra
Browse files

Old code moved to the deprecated folder. Not linked from CMakeLists.txt

parent 1ad019dc
No related branches found
No related tags found
No related merge requests found
Pipeline #
Showing
with 16 additions and 18 deletions
Just a file to allow build folder to be in the Git repository
......@@ -24,48 +24,47 @@ SET(HDRS_BASE
laser_scan_utils.h)
SET(HDRS
corner_detector.h
# corner_detector.h
corner_finder.h
corner_finder_inscribed_angle.h
corner_point.h
entities.h
# entities.h
grid_2d.h
grid_cluster.h
laser_scan.h
line_detector.h
# line_detector.h
line_finder.h
line_finder_hough.h
line_finder_iterative.h
line_finder_jump_fit.h
line_segment.h
point_set.h
scan_basics.h
scan_segment.h
clustering.h
object_detector.h)
# scan_basics.h
scan_segment.h)
# clustering.h
# object_detector.h)
#sources
SET(SRCS
corner_point.cpp
corner_detector.cpp
# corner_detector.cpp
corner_finder.cpp
corner_finder_inscribed_angle.cpp
corner_point.cpp
entities.cpp
# entities.cpp
grid_2d.cpp
grid_cluster.cpp
laser_scan.cpp
line_detector.cpp
# line_detector.cpp
line_finder.cpp
line_finder_hough.cpp
line_finder_iterative.cpp
line_finder_jump_fit.cpp
line_segment.cpp
point_set.cpp
scan_basics.cpp
scan_segment.cpp
clustering.cpp
object_detector.cpp)
# scan_basics.cpp
scan_segment.cpp)
# clustering.cpp
# object_detector.cpp)
# create the shared library
ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS})
......@@ -86,5 +85,5 @@ INSTALL(FILES ${HDRS}
INSTALL(FILES ../Findlaser_scan_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
#Build examples & tests
MESSAGE("Building examples and tests.")
ADD_SUBDIRECTORY(examples)
# MESSAGE("Building examples and tests.")
# ADD_SUBDIRECTORY(examples)
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment