2023-02-06 12:45:21 +08:00
|
|
|
set (excluded_scripts
|
|
|
|
elaboratePoint2KalmanFilter.cpp
|
|
|
|
)
|
|
|
|
# Add scripts to exclude if GTSAM_USE_BOOST_FEATURES is not set
|
|
|
|
if (NOT GTSAM_USE_BOOST_FEATURES)
|
|
|
|
# add to excluded scripts
|
|
|
|
list (APPEND excluded_scripts
|
|
|
|
timeISAM2Chain.cpp
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
gtsamAddTimingGlob("*.cpp" excluded_scripts "gtsam")
|
2014-06-08 10:02:11 +08:00
|
|
|
|
|
|
|
target_link_libraries(timeGaussianFactorGraph CppUnitLite)
|