You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/4d/4dda701332e9388b09e5edd4ad8...

10 lines
304 B
Plaintext

IF(WITH_NORMALS)
FIND_PACKAGE(OpenCV REQUIRED)
add_library(normals normals.cc)
target_link_libraries(normals newmat scan ANN fbr_cv_io fbr_panorama ${OpenCV_LIBS})
add_executable(calc_normals calc_normals.cc)
target_link_libraries(calc_normals normals ${Boost_LIBRARIES})
ENDIF(WITH_NORMALS)