xref: /llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt (revision 77edd9b77317d008b86a2543fbafdc0c3e8a3759)
1add_lldb_library(lldbPluginInstrumentationRuntimeASan PLUGIN
2  InstrumentationRuntimeASan.cpp
3
4  LINK_LIBS
5    lldbBreakpoint
6    lldbCore
7    lldbSymbol
8    lldbTarget
9    lldbPluginInstrumentationRuntimeUtility
10  )
11