Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Rerun source/include dir in CMakeLists.txt (RERUN_CPP_SOURCE_DIR) #4313

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Nov 23, 2023

What

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested demo.rerun.io (if applicable)
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@Wumpf Wumpf added enhancement New feature or request 🌊 C++ API C/C++ API specific include in changelog labels Nov 23, 2023
@Wumpf Wumpf force-pushed the andreas/cpp/cmake-include-path branch from adeb5c2 to 0ce2671 Compare November 23, 2023 19:08
@Wumpf Wumpf mentioned this pull request Nov 23, 2023
4 tasks
@Wumpf
Copy link
Member Author

Wumpf commented Nov 24, 2023

ci failure is unrelated, all tests I care about passed.

@Wumpf Wumpf merged commit d5153cb into main Nov 24, 2023
86 of 87 checks passed
@Wumpf Wumpf deleted the andreas/cpp/cmake-include-path branch November 24, 2023 08:39
Wumpf added a commit that referenced this pull request Nov 24, 2023
### What

* Depends on #4313
* Fixes #4207

Support and document use of CMake install.
Minimal example has a switch to use `find_package`. Not rolling it out
to others because it's just not as ergonomic, don't want to advertise it
all that much. However, the minimal example is used in the sdk package
script to test that install is in order before uploading the package
script (runs locally). I manually tested the case of a rerun install
depend on an arrow system install.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/4326) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4326)
- [Docs
preview](https://rerun.io/preview/78027bcbca31e62a27bdea34b563070eda817187/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/78027bcbca31e62a27bdea34b563070eda817187/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C/C++ API specific enhancement New feature or request include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose C++ include path on cmake script
2 participants