xref: /llvm-project/llvm/lib/Telemetry/CMakeLists.txt (revision dbae7176a6ecf558dc5e92016cdda387c9d74d66)
1add_llvm_component_library(LLVMTelemetry
2  Telemetry.cpp
3
4  ADDITIONAL_HEADER_DIRS
5  "${LLVM_MAIN_INCLUDE_DIR}/llvm/Telemetry"
6
7  LINK_COMPONENTS
8    Support
9)
10