[SLP] Migrate away from PointerUnion::get
[llvm-project.git] / lldb / unittests / Thread / CMakeLists.txt
blob8fc44da6f5b395e75dd29c08d0c02a7633038ac5
1 if (CMAKE_SYSTEM_NAME MATCHES "Windows")
2   list(APPEND LLDB_WINDOWS_LIBS lldbPluginPlatformWindows)
3   list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
4 endif()
6 add_lldb_unittest(ThreadTests
7   ThreadTest.cpp
9   LINK_LIBS
10       lldbCore
11       lldbHost
12       lldbTarget
13       lldbSymbol
14       lldbUtility
15       lldbUtilityHelpers
16       lldbInterpreter
17       lldbBreakpoint
18       lldbPluginPlatformLinux
19       ${LLDB_WINDOWS_LIBS}
20   )