repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SLP] Migrate away from PointerUnion::get
[llvm-project.git]
/
lldb
/
unittests
/
Thread
/
CMakeLists.txt
blob
8fc44da6f5b395e75dd29c08d0c02a7633038ac5
1
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
2
list(APPEND LLDB_WINDOWS_LIBS lldbPluginPlatformWindows)
3
list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
4
endif()
5
6
add_lldb_unittest(ThreadTests
7
ThreadTest.cpp
8
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
)
21