aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
blob: 1adfc6ba5322cad8626a9fe55df933b96648b6bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_lldb_library(lldbPluginInstrumentationRuntimeAddressSanitizer PLUGIN
  AddressSanitizerRuntime.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbExpression
    lldbInterpreter
    lldbSymbol
    lldbTarget
  LINK_COMPONENTS
    Support
  )