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

14 lines
244 B
CMake

add_lldb_library(lldbPluginInstrumentationRuntimeUBSan PLUGIN
InstrumentationRuntimeUBSan.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)