RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.39k stars 390 forks source link

No pkg-config support on Linux #288

Open gfxstrand opened 4 years ago

gfxstrand commented 4 years ago

Embree currently provides support for find_package() with cmake but that's it when it comes to package discovery. This makes it painful to use as a dependency if the project which depends on it uses any other build system. On Linux, the pkg-config system is fairly universal. It would be really nice if embree would install an embree.pc file.

cmarcelo commented 3 years ago

Related PR about this https://github.com/embree/embree/pull/253.