dpnp should add a `dpnp-config.cmake` file so that `find_package(dpnp)` will work out of the box. This is useful for extension writing, and something similar was [done in dpctl](https://github.com/IntelPython/dpctl/commit/43c5dd5d132f5cceb8c898c649abf688800f6c6d), and was especially useful for getting tensor includes.
dpnp should add a
dpnp-config.cmakefile so thatfind_package(dpnp)will work out of the box.This is useful for extension writing, and something similar was done in dpctl, and was especially useful for getting tensor includes.