vcpkg/ports/gtsam/usage
Christopher Lee 51376a3b2e
[gtsam] New Port (#30560)
* Add GTSAM Port

* add missing dependencies

* update

* fix windows build

* update

* PR Review

* update version
2023-04-06 17:24:49 -07:00

5 lines
148 B
Plaintext

The package gtsam is compatible with built-in CMake targets:
find_package(GTSAM CONFIG REQUIRED)
target_link_libraries(main PRIVATE gtsam)