Sign in
llvm
/
llvm-project
/
e0ad34e56590fa2e6ffdf617e044de7eadee2139
/
.
/
lldb
/
source
/
Plugins
/
InstrumentationRuntime
/
MainThreadChecker
/
CMakeLists.txt
blob: 8095658452d1f2d7ad0095487777ccdffb0e002d [
file
]
add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
InstrumentationRuntimeMainThreadChecker.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)