xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt (revision dda2819751e49c83612958492e38917049128b41)
1add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
2  InstrumentationRuntimeTSan.cpp
3
4  LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbExpression
8    lldbInterpreter
9    lldbSymbol
10    lldbTarget
11    lldbPluginProcessUtility
12  )
13