It would be nice if we can add install rules for examples. This will allow us to also install examples binaries when project was built with BUILD_EXAMPLES option set.
A typical use case, when it might be needed is when we want to build project with Yocto and want to include examples in image. When installs are defined bitbake will automatically creates additionall package or packages with examples binaries and include them in final image or will generate package/packages with examples for installation via package manager.
It would be nice if we can add install rules for examples. This will allow us to also install examples binaries when project was built with
BUILD_EXAMPLESoption set.A typical use case, when it might be needed is when we want to build project with Yocto and want to include examples in image. When installs are defined bitbake will automatically creates additionall package or packages with examples binaries and include them in final image or will generate package/packages with examples for installation via package manager.