gtsam/gtsam_unstable/discrete/tests/CMakeLists.txt

7 lines
208 B
CMake

set(excluded_sources "")
if (NOT GTSAM_USE_BOOST_FEATURES)
list(APPEND excluded_sources "testScheduler.cpp")
endif()
gtsamAddTestsGlob(discrete_unstable "test*.cpp" "${excluded_sources}" "gtsam_unstable")