llvm-project/lldb/unittests/Platform/Android/CMakeLists.txt

9 lines
173 B
CMake

include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)
add_lldb_unittest(AdbClientTests
AdbClientTest.cpp
LINK_LIBS
lldbPluginPlatformAndroid
)