CMakeLists.txt 156 B

12345
  1. set (excluded_examples
  2. elaboratePoint2KalmanFilter.cpp
  3. )
  4. gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;${Boost_PROGRAM_OPTIONS_LIBRARY}")