14 lines · plain
1add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN2 InstrumentationRuntimeMainThreadChecker.cpp3 4 LINK_COMPONENTS5 Support6 LINK_LIBS7 lldbBreakpoint8 lldbCore9 lldbExpression10 lldbInterpreter11 lldbSymbol12 lldbTarget13 )14