RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.32k stars 383 forks source link

Add EMBREE_TUTORIALS_INSTALL to enable tutorials to be built but not installed #468

Open DarkDefender opened 7 months ago

DarkDefender commented 7 months ago

The test suite requires that the tutorial binaries are available when running the tests. However when packaging the embree library, you usually do not want to ship the tutorials as well. Therefore I added a new option to turn off the install targets for the tutorials.

This makes it very easy to build, test and ship a embree library package in one go.