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