2023-01-24 03:19:04 +08:00
|
|
|
set (excluded_examples "")
|
2013-04-12 04:47:25 +08:00
|
|
|
|
2023-02-06 17:44:55 +08:00
|
|
|
# Add examples to exclude if GTSAM_USE_BOOST_FEATURES is not set
|
|
|
|
if (NOT GTSAM_USE_BOOST_FEATURES)
|
|
|
|
# add to excluded examples
|
|
|
|
list (APPEND excluded_examples
|
|
|
|
"GncPoseAveragingExample.cpp"
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
2014-02-14 02:24:14 +08:00
|
|
|
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable")
|