gtsam/gtsam_unstable/partition/tests/CMakeLists.txt

8 lines
234 B
CMake
Raw Normal View History

set(ignore_test "testNestedDissection.cpp")
2023-02-06 17:31:56 +08:00
if (NOT GTSAM_USE_BOOST_FEATURES)
list(APPEND ignore_test "testFindSeparator.cpp")
endif()
gtsamAddTestsGlob(partition "test*.cpp" "${ignore_test}" "gtsam_unstable;gtsam;metis-gtsam-if")