Moves examples/FixedLagSmootherExample.cpp -> gtsam_unstable/examples/FixedLagSmootherExample.cpp

release/4.3a0
Ankur Roy Chowdhury 2023-03-02 13:56:09 -08:00
parent 27e786aae2
commit f95ffed82e
4 changed files with 5 additions and 6 deletions

View File

@ -95,16 +95,15 @@ add_subdirectory(gtsam)
# Build Tests
add_subdirectory(tests)
# Build timing
add_subdirectory(timing)
# Build examples
add_subdirectory(examples)
# Build gtsam_unstable
if (GTSAM_BUILD_UNSTABLE)
add_subdirectory(gtsam_unstable)
# Build examples (Note: 'examples' require `gtsam_unstable` be built since it links against it.)
add_subdirectory(examples)
endif()
# This is the new wrapper

View File

@ -20,4 +20,4 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
)
endif()
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;gtsam_unstable;${Boost_PROGRAM_OPTIONS_LIBRARY}")
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;${Boost_PROGRAM_OPTIONS_LIBRARY}")

View File

@ -9,4 +9,4 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
endif()
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable")
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam")