aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/InstrumentationRuntime/ThreadSanitizer/CMakeLists.txt
blob: db7c4a2518a12a8a705743b505024fa362c50ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
add_lldb_library(lldbPluginInstrumentationRuntimeThreadSanitizer PLUGIN
  ThreadSanitizerRuntime.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbExpression
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  )