Skip to content
Snippets Groups Projects
Commit 9bd33ff6 authored by Médéric Fourmy's avatar Médéric Fourmy
Browse files

Forgot the CMakeLists.txt modification

parent 9d2b240e
No related branches found
No related tags found
1 merge request!399Draft: Resolve "Processor motion intrinsics update behaviour gtest"
Pipeline #8609 passed
......@@ -120,6 +120,10 @@ target_link_libraries(gtest_processor_base ${PLUGIN_NAME} dummy)
wolf_add_gtest(gtest_processor_motion gtest_processor_motion.cpp)
target_link_libraries(gtest_processor_motion ${PLUGIN_NAME})
# ProcessorMotion intrinsics update behaviour test
wolf_add_gtest(gtest_processor_motion_intrinsics_update gtest_processor_motion_intrinsics_update.cpp)
target_link_libraries(gtest_processor_motion_intrinsics_update ${PLUGIN_NAME})
# Rotation test
wolf_add_gtest(gtest_rotation gtest_rotation.cpp)
......
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