llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt

14 lines
253 B
CMake

add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
MainThreadCheckerRuntime.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)