xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
2  InstrumentationRuntimeMainThreadChecker.cpp
3
4  LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbExpression
8    lldbInterpreter
9    lldbSymbol
10    lldbTarget
11  LINK_COMPONENTS
12    Support
13  )
14