]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/examples/etw_threads/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / examples / etw_threads / CMakeLists.txt
1 project(etw_threadpool)
2
3 add_executable(etw_threadpool main.cc)
4
5 target_link_libraries(etw_threadpool ${CMAKE_THREAD_LIBS_INIT}
6 opentelemetry_api opentelemetry_exporter_etw)