Skip to content
Snippets Groups Projects
Commit 637a3ff7 authored by jvallve's avatar jvallve
Browse files

instalació mirant si hi ha suitesparse

parent 2b3dc203
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ INSTALL(FILES ${HDRS_DTASSC} ...@@ -189,7 +189,7 @@ INSTALL(FILES ${HDRS_DTASSC}
DESTINATION include/iri-algorithms/wolf/data_association) DESTINATION include/iri-algorithms/wolf/data_association)
INSTALL(FILES ${HDRS_WRAPPER} INSTALL(FILES ${HDRS_WRAPPER}
DESTINATION include/iri-algorithms/wolf/ceres_wrapper) DESTINATION include/iri-algorithms/wolf/ceres_wrapper)
INSTALL(FILES ${HDRS_WRAPPER} INSTALL(FILES ${HDRS_SOLVER}
DESTINATION include/iri-algorithms/wolf/solver) DESTINATION include/iri-algorithms/wolf/solver)
INSTALL(FILES ../Findwolf.cmake DESTINATION ${CMAKE_ROOT}/Modules/) INSTALL(FILES ../Findwolf.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
......
...@@ -30,13 +30,15 @@ TARGET_LINK_LIBRARIES(test_ceres_odom_batch ${PROJECT_NAME}) ...@@ -30,13 +30,15 @@ TARGET_LINK_LIBRARIES(test_ceres_odom_batch ${PROJECT_NAME})
ADD_EXECUTABLE(test_ceres_odom_iterative test_ceres_odom_iterative.cpp) ADD_EXECUTABLE(test_ceres_odom_iterative test_ceres_odom_iterative.cpp)
TARGET_LINK_LIBRARIES(test_ceres_odom_iterative ${PROJECT_NAME}) TARGET_LINK_LIBRARIES(test_ceres_odom_iterative ${PROJECT_NAME})
# Testing a ccolamd test IF(Suitesparse_FOUND)
ADD_EXECUTABLE(test_ccolamd test_ccolamd.cpp) # Testing a ccolamd test
TARGET_LINK_LIBRARIES(test_ccolamd ${PROJECT_NAME}) ADD_EXECUTABLE(test_ccolamd test_ccolamd.cpp)
TARGET_LINK_LIBRARIES(test_ccolamd ${PROJECT_NAME})
# Testing a ccolamd test
ADD_EXECUTABLE(test_ccolamd_blocks test_ccolamd_blocks.cpp) # Testing a blocks ccolamd test
TARGET_LINK_LIBRARIES(test_ccolamd_blocks ${PROJECT_NAME}) ADD_EXECUTABLE(test_ccolamd_blocks test_ccolamd_blocks.cpp)
TARGET_LINK_LIBRARIES(test_ccolamd_blocks ${PROJECT_NAME})
ENDIF(Suitesparse_FOUND)
# Building and populating the wolf tree # Building and populating the wolf tree
# ADD_EXECUTABLE(test_wolf_tree test_wolf_tree.cpp) # ADD_EXECUTABLE(test_wolf_tree test_wolf_tree.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