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
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
lldb
/
unittests
/
Platform
/
CMakeLists.txt
blob
963975602d67101eaca99a2835f17ce1625d6dd4
1
add_lldb_unittest(LLDBPlatformTests
2
PlatformAppleSimulatorTest.cpp
3
PlatformDarwinTest.cpp
4
PlatformMacOSXTest.cpp
5
PlatformSiginfoTest.cpp
6
PlatformTest.cpp
7
8
LINK_LIBS
9
lldbPluginPlatformFreeBSD
10
lldbPluginPlatformLinux
11
lldbPluginPlatformMacOSX
12
lldbPluginPlatformNetBSD
13
LINK_COMPONENTS
14
Support
15
)
16
17
add_subdirectory(Android)