gtsam/gtsam/linear/CMakeLists.txt

7 lines
155 B
CMake

# Install headers
file(GLOB linear_headers "*.h")
install(FILES ${linear_headers} DESTINATION include/gtsam/linear)
# Build tests
add_subdirectory(tests)