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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
lldb
/
unittests
/
Platform
/
Android
/
CMakeLists.txt
blob
df6a95576f562d897e1c5963a591e3392d376ebf
1
include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)
2
3
add_lldb_unittest(AdbClientTests
4
AdbClientTest.cpp
5
PlatformAndroidTest.cpp
6
7
LINK_LIBS
8
lldbPluginPlatformAndroid
9
)