llvm-project/lldb/source/Plugins/Trace/common/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
188 B
CMake
Raw Normal View History

add_lldb_library(lldbPluginTraceCommon
ThreadPostMortemTrace.cpp
TraceJSONStructs.cpp
TraceSessionFileParser.cpp
TraceSessionSaver.cpp
LINK_LIBS
lldbCore
lldbTarget
)