]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
Vendor import of lldb trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / source / Plugins / InstrumentationRuntime / TSan / CMakeLists.txt
1 add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
2   TSanRuntime.cpp
3
4   LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbExpression
8     lldbInterpreter
9     lldbSymbol
10     lldbTarget
11     lldbPluginProcessUtility
12   )