Files
clang-p2996/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
2017-06-16 21:18:28 +00:00

14 lines
253 B
CMake

add_lldb_library(lldbPluginInstrumentationRuntimeMainThreadChecker PLUGIN
MainThreadCheckerRuntime.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)