Fixing serialization test linking

release/4.3a0
Alex Cunningham 2012-02-11 21:59:35 +00:00
parent 75d95774e1
commit 3f2ec81e67
6 changed files with 6 additions and 0 deletions

View File

@ -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
)

View File

@ -9,6 +9,7 @@ install(FILES ${geometry_headers} DESTINATION include/gtsam/geometry)
set(geometry_local_libs
geometry
base
${Boost_LIBRARIES}
CppUnitLite
)

View File

@ -12,6 +12,7 @@ set(inference_local_libs
base
ccolamd
CppUnitLite
${Boost_LIBRARIES}
)
# Build tests

View File

@ -13,6 +13,7 @@ set(linear_local_libs
base
ccolamd
CppUnitLite
${Boost_LIBRARIES}
)
# Build tests

View File

@ -14,6 +14,7 @@ set(nonlinear_local_libs
base
ccolamd
CppUnitLite
${Boost_LIBRARIES}
)
# Build tests

View File

@ -15,6 +15,7 @@ set(slam_local_libs
base
ccolamd
CppUnitLite
${Boost_LIBRARIES}
)
# Build tests