1add_lldb_library(lldbPluginTraceCommon
2  ThreadPostMortemTrace.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbTarget
7  )
8