Add example project with Acts as external dependency
We currently do not test that installed CMake configs work. We should have a small example project that builds a (non-trivial) example executable using Acts via the find_package(...)
mechanism. This should look as simple as a single directory in the repository:
ExampleProject\
ExampleProject\CMakeLists.txt
ExampleProject\Propagate.cpp
Having this directly in the repository would allow us to build this in the CI using the installed build products from one of the Core build jobs. In principle, this could also be done as a separate project. Gitlab supports multi-project pipelines but only in the premium edition. This is currently not an option for us.