Skip to content
Snippets Groups Projects
Commit 9d5d4815 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

mv test_map_yaml within yaml test

parent 5a837cee
No related branches found
No related tags found
1 merge request!91catkin build
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
ADD_EXECUTABLE(test_sh_ptr test_sh_ptr.cpp) ADD_EXECUTABLE(test_sh_ptr test_sh_ptr.cpp)
# Map load and save test
ADD_EXECUTABLE(test_map_yaml test_map_yaml.cpp)
TARGET_LINK_LIBRARIES(test_map_yaml ${PROJECT_NAME})
# test_processor_odom_3D # test_processor_odom_3D
ADD_EXECUTABLE(test_processor_odom_3D test_processor_odom_3D.cpp) ADD_EXECUTABLE(test_processor_odom_3D test_processor_odom_3D.cpp)
TARGET_LINK_LIBRARIES(test_processor_odom_3D ${PROJECT_NAME}) TARGET_LINK_LIBRARIES(test_processor_odom_3D ${PROJECT_NAME})
...@@ -50,6 +46,10 @@ IF(YAMLCPP_FOUND) ...@@ -50,6 +46,10 @@ IF(YAMLCPP_FOUND)
# SensorFactory classes test # SensorFactory classes test
ADD_EXECUTABLE(test_wolf_factories test_wolf_factories.cpp) ADD_EXECUTABLE(test_wolf_factories test_wolf_factories.cpp)
TARGET_LINK_LIBRARIES(test_wolf_factories ${PROJECT_NAME}) TARGET_LINK_LIBRARIES(test_wolf_factories ${PROJECT_NAME})
# Map load and save test
ADD_EXECUTABLE(test_map_yaml test_map_yaml.cpp)
TARGET_LINK_LIBRARIES(test_map_yaml ${PROJECT_NAME})
ENDIF(YAMLCPP_FOUND) ENDIF(YAMLCPP_FOUND)
IF(Suitesparse_FOUND) IF(Suitesparse_FOUND)
......
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