update cmake

pull/3042/head
edgarriba 11 years ago
parent 381574bdb7
commit 837f001789
  1. 3
      samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt

@ -15,7 +15,8 @@ add_library(pnp_lib
src/Model.cpp
src/PnPProblem.cpp
src/Utils.cpp
src/RobustMatcher.cpp)
src/RobustMatcher.cpp
)
add_executable( pnp_registration src/main_registration.cpp )
add_executable( pnp_verification src/main_verification.cpp )

Loading…
Cancel
Save