Experimental CMake support was added in PR #238 to address issue #86. This issue is to track followup work from the PR: - [x] Benchmarks. (#296) - [ ] Top-level examples other than helloworld. - [ ] Leaf examples (e.g. trace/examples/ dir). - [ ] Exporters other than stdout. - [x] Prometheus (#249) - [ ] prometheus_test_server, ::pull, get an example to work. - [ ] Zipkin - [ ] Stackdriver - [x] CI (Travis) support. (#255) - [ ] CI (Appveyor) support. - [ ] Make it work with MSVC. - [ ] vcpkg support. - [ ] Consider producing shared libraries. - [ ] Add find_package / install support. - [ ] Precisely specify which link libraries are PRIVATE. - [ ] Consider using object libraries.
Experimental CMake support was added in PR #238 to address issue #86. This issue is to track followup work from the PR: