Fixing serialization test linking
parent
75d95774e1
commit
3f2ec81e67
|
@ -5,6 +5,7 @@ install(FILES ${base_headers} DESTINATION include/gtsam/base)
|
|||
# Components to link tests in this subfolder against
|
||||
set(base_local_libs
|
||||
CppUnitLite
|
||||
${Boost_LIBRARIES}
|
||||
base
|
||||
)
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ install(FILES ${geometry_headers} DESTINATION include/gtsam/geometry)
|
|||
set(geometry_local_libs
|
||||
geometry
|
||||
base
|
||||
${Boost_LIBRARIES}
|
||||
CppUnitLite
|
||||
)
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ set(inference_local_libs
|
|||
base
|
||||
ccolamd
|
||||
CppUnitLite
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
# Build tests
|
||||
|
|
|
@ -13,6 +13,7 @@ set(linear_local_libs
|
|||
base
|
||||
ccolamd
|
||||
CppUnitLite
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
# Build tests
|
||||
|
|
|
@ -14,6 +14,7 @@ set(nonlinear_local_libs
|
|||
base
|
||||
ccolamd
|
||||
CppUnitLite
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
# Build tests
|
||||
|
|
|
@ -15,6 +15,7 @@ set(slam_local_libs
|
|||
base
|
||||
ccolamd
|
||||
CppUnitLite
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
# Build tests
|
||||
|
|
Loading…
Reference in New Issue