2023-01-24 03:19:04 +08:00
|
|
|
# disable tests if GTSAM_USE_BOOST_FEATURES is OFF
|
|
|
|
if (NOT GTSAM_USE_BOOST_FEATURES)
|
|
|
|
set (excluded_examples
|
|
|
|
# fileToExclude.cpp
|
|
|
|
"schedulingExample.cpp"
|
|
|
|
"schedulingQuals12.cpp"
|
|
|
|
"schedulingQuals13.cpp"
|
|
|
|
)
|
|
|
|
else()
|
|
|
|
set (excluded_examples "")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
2014-02-14 02:24:14 +08:00
|
|
|
|
2023-10-09 00:16:24 +08:00
|
|
|
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable" ${GTSAM_BUILD_EXAMPLES_ALWAYS})
|