brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · a308757 Raw
10 lines · plain
1add_llvm_component_library(LLVMTelemetry2  Telemetry.cpp3 4  ADDITIONAL_HEADER_DIRS5  "${LLVM_MAIN_INCLUDE_DIR}/llvm/Telemetry"6 7  LINK_COMPONENTS8    Support9)10