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/cf/cff7dee6d33280a94d73d3570a8...

8 lines
214 B
Plaintext

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