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/91/91cd31e1704e7bc495aa3c68790...

8 lines
263 B
Plaintext

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