1include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android) 2 3add_lldb_unittest(AdbClientTests 4 AdbClientTest.cpp 5 PlatformAndroidTest.cpp 6 7 LINK_LIBS 8 lldbPluginPlatformAndroid 9 ) 10
1include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android) 2 3add_lldb_unittest(AdbClientTests 4 AdbClientTest.cpp 5 PlatformAndroidTest.cpp 6 7 LINK_LIBS 8 lldbPluginPlatformAndroid 9 ) 10