gtsam/gtsam/basis/CMakeLists.txt

7 lines
152 B
CMake

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