rerun-io / cpp-example-opencv-eigen

Example of the Rerun C++ API with OpenCV and Eigen
MIT License
17 stars 7 forks source link

Support finding rerun_sdk via find_package #23

Closed traversaro closed 7 months ago

traversaro commented 7 months ago

The style is inspired by the C++ examples in the main repo, like: https://github.com/rerun-io/rerun/blob/0.15.1/examples/cpp/stdio/CMakeLists.txt#L15 .