From 9bd33ff69ac82c6b43ae865572bd278337fd5cca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Fourmy?= <mfourmy@laas.fr>
Date: Fri, 20 Nov 2020 12:50:27 +0100
Subject: [PATCH] Forgot the CMakeLists.txt modification

---
 test/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 4363e38a4..8c5e8e65c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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)
 
-- 
GitLab