14 lines
253 B
CMake
14 lines
253 B
CMake
add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
|
|
MainThreadCheckerRuntime.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbExpression
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|