2014-02-21 03:36:14 +08:00
|
|
|
# Install headers
|
|
|
|
file(GLOB partition_headers "*.h")
|
2018-12-15 06:53:03 +08:00
|
|
|
install(FILES ${partition_headers} DESTINATION include/gtsam_unstable/partition)
|
2014-02-21 03:36:14 +08:00
|
|
|
|
2014-06-08 10:01:13 +08:00
|
|
|
add_subdirectory(tests)
|