gtsam/gtsam_unstable/linear/CMakeLists.txt

7 lines
186 B
CMake

# Install headers
file(GLOB linear_headers "*.h")
install(FILES ${linear_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/gtsam_unstable/linear)
# Add all tests
add_subdirectory(tests)