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

13 lines
226 B
CMake

add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
TSanRuntime.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility
)