gtsam/gtsam_unstable/partition/CMakeLists.txt

8 lines
292 B
CMake
Raw Normal View History

# Install headers
file(GLOB partition_headers "*.h")
install(FILES ${partition_headers} DESTINATION include/gtsam_unstable/parition)
set(ignore_test "tests/testNestedDissection.cpp")
# Add all tests
gtsamAddTestsGlob(partition_unstable "tests/*.cpp" "${ignore_test}" "gtsam_unstable;metis")