CMakeLists.txt 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android) add_lldb_unittest(AdbClientTests AdbClientTest.cpp LINK_LIBS lldbPluginPlatformAndroid )