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
|
# Components to link tests in this subfolder against
|
||||||
set(base_local_libs
|
set(base_local_libs
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
|
${Boost_LIBRARIES}
|
||||||
base
|
base
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ install(FILES ${geometry_headers} DESTINATION include/gtsam/geometry)
|
||||||
set(geometry_local_libs
|
set(geometry_local_libs
|
||||||
geometry
|
geometry
|
||||||
base
|
base
|
||||||
|
${Boost_LIBRARIES}
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ set(inference_local_libs
|
||||||
base
|
base
|
||||||
ccolamd
|
ccolamd
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
|
${Boost_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
|
|
|
@ -13,6 +13,7 @@ set(linear_local_libs
|
||||||
base
|
base
|
||||||
ccolamd
|
ccolamd
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
|
${Boost_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
|
|
|
@ -14,6 +14,7 @@ set(nonlinear_local_libs
|
||||||
base
|
base
|
||||||
ccolamd
|
ccolamd
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
|
${Boost_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
|
|
|
@ -15,6 +15,7 @@ set(slam_local_libs
|
||||||
base
|
base
|
||||||
ccolamd
|
ccolamd
|
||||||
CppUnitLite
|
CppUnitLite
|
||||||
|
${Boost_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build tests
|
# Build tests
|
||||||
|
|
Loading…
Reference in New Issue