llvm/lldb/source/Plugins/TraceExporter/common/CMakeLists.txt

add_lldb_library(lldbPluginTraceExporterCommon
  TraceHTR.cpp

  LINK_LIBS
    lldbCore
    lldbTarget
  )