gtsam/gtsam/smart/CMakeLists.txt

7 lines
152 B
CMake

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