Skip to content
Snippets Groups Projects
Commit 91bf7481 authored by Dinesh Atchuthan's avatar Dinesh Atchuthan
Browse files

build gtet_constraint_imu

parent dc3295de
No related branches found
No related tags found
No related merge requests found
......@@ -91,4 +91,8 @@ target_link_libraries(gtest_processorIMU_jacobians ${PROJECT_NAME})
# FeatureIMU test
wolf_add_gtest(gtest_feature_imu gtest_feature_imu.cpp)
target_link_libraries(gtest_feature_imu ${PROJECT_NAME})
\ No newline at end of file
target_link_libraries(gtest_feature_imu ${PROJECT_NAME})
# ConstraintIMU test
wolf_add_gtest(gtest_constraint_imu gtest_constraint_imu.cpp)
target_link_libraries(gtest_constraint_imu ${PROJECT_NAME})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment