2012-06-08 02:16:37 +08:00
|
|
|
# Install headers
|
|
|
|
file(GLOB nonlinear_headers "*.h")
|
2025-01-16 22:57:29 +08:00
|
|
|
install(FILES ${nonlinear_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/gtsam_unstable/nonlinear)
|
2012-06-08 02:16:37 +08:00
|
|
|
|
|
|
|
# Add all tests
|
2014-02-13 14:34:31 +08:00
|
|
|
add_subdirectory(tests)
|