Renames MainThreadCheckerRuntime to InstrumentationRuntimeMainThreadChecker to be consistent with the directory structure and plugin name.
14 lines
268 B
CMake
14 lines
268 B
CMake
add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
|
|
InstrumentationRuntimeMainThreadChecker.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbExpression
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|