Skip to content
Snippets Groups Projects
Commit 376234c5 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove indirect dependencies

parent d44502fb
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
...@@ -14,13 +14,13 @@ include_directories(${GTEST_INCLUDE_DIRS}) ...@@ -14,13 +14,13 @@ include_directories(${GTEST_INCLUDE_DIRS})
# FactorGnssFix2d test # FactorGnssFix2d test
wolf_add_gtest(gtest_factor_gnss_fix_2d gtest_factor_gnss_fix_2d.cpp) wolf_add_gtest(gtest_factor_gnss_fix_2d gtest_factor_gnss_fix_2d.cpp)
target_link_libraries(gtest_factor_gnss_fix_2d ${PLUGIN_NAME} ${wolf_LIBRARY}) target_link_libraries(gtest_factor_gnss_fix_2d ${PLUGIN_NAME})
# FactorGnssPseudoRange test # FactorGnssPseudoRange test
wolf_add_gtest(gtest_factor_gnss_pseudo_range gtest_factor_gnss_pseudo_range.cpp) wolf_add_gtest(gtest_factor_gnss_pseudo_range gtest_factor_gnss_pseudo_range.cpp)
target_link_libraries(gtest_factor_gnss_pseudo_range ${PLUGIN_NAME} ${wolf_LIBRARY}) target_link_libraries(gtest_factor_gnss_pseudo_range ${PLUGIN_NAME})
# FactorGnssTdcp test # FactorGnssTdcp test
wolf_add_gtest(gtest_factor_gnss_tdcp gtest_factor_gnss_tdcp.cpp) wolf_add_gtest(gtest_factor_gnss_tdcp gtest_factor_gnss_tdcp.cpp)
target_link_libraries(gtest_factor_gnss_tdcp ${PLUGIN_NAME} ${wolf_LIBRARY}) target_link_libraries(gtest_factor_gnss_tdcp ${PLUGIN_NAME})
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