update cmake
authoredgarriba <edgar.riba@gmail.com>
Thu, 7 Aug 2014 09:55:17 +0000 (11:55 +0200)
committeredgarriba <edgar.riba@gmail.com>
Thu, 7 Aug 2014 09:55:17 +0000 (11:55 +0200)
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt

index dc5d243..3895043 100644 (file)
@@ -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 )