1add_lldb_unittest(ThreadTests
2  ThreadTest.cpp
3
4  LINK_LIBS
5      lldbCore
6      lldbHost
7      lldbTarget
8      lldbSymbol
9      lldbUtility
10      lldbUtilityHelpers
11      lldbInterpreter
12      lldbBreakpoint
13      lldbPluginPlatformLinux
14  )
15
16