Skip to content

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

Merged
Wumpf merged 1 commit intomainfrom
andreas/cpp/cmake-include-path
Nov 24, 2023
Merged

Expose Rerun source/include dir in CMakeLists.txt (RERUN_CPP_SOURCE_DIR)#4313
Wumpf merged 1 commit intomainfrom
andreas/cpp/cmake-include-path

Conversation

@Wumpf
Copy link
Copy Markdown
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 sdk-cpp 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
Copy Markdown
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
@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

enhancement New feature or request include in changelog sdk-cpp C/C++ API specific

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose C++ include path on cmake script

2 participants