xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt (revision dda2819751e49c83612958492e38917049128b41)
1061da546Spatrickadd_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
2*dda28197Spatrick  InstrumentationRuntimeMainThreadChecker.cpp
3061da546Spatrick
4061da546Spatrick  LINK_LIBS
5061da546Spatrick    lldbBreakpoint
6061da546Spatrick    lldbCore
7061da546Spatrick    lldbExpression
8061da546Spatrick    lldbInterpreter
9061da546Spatrick    lldbSymbol
10061da546Spatrick    lldbTarget
11061da546Spatrick  LINK_COMPONENTS
12061da546Spatrick    Support
13061da546Spatrick  )
14