llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt

14 lines
242 B
CMake

add_lldb_library(lldbPluginInstrumentationRuntimeASan PLUGIN
InstrumentationRuntimeASan.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)