2014-02-21 03:36:14 +08:00
|
|
|
# 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
|
2014-04-05 03:49:04 +08:00
|
|
|
gtsamAddTestsGlob(partition_unstable "tests/*.cpp" "${ignore_test}" "gtsam_unstable;metis")
|