brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · 7f035ad Raw
14 lines · plain
1add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN2  InstrumentationRuntimeMainThreadChecker.cpp3 4  LINK_COMPONENTS5    Support6  LINK_LIBS7    lldbBreakpoint8    lldbCore9    lldbExpression10    lldbInterpreter11    lldbSymbol12    lldbTarget13  )14