From 837f00178900ca44db923bc719deb17801a1fe46 Mon Sep 17 00:00:00 2001 From: edgarriba Date: Thu, 7 Aug 2014 11:55:17 +0200 Subject: [PATCH] update cmake --- .../cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt b/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt index dc5d243..3895043 100644 --- a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt +++ b/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 ) -- 2.7.4