10 lines · plain
1include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)2 3add_lldb_unittest(AdbClientTests4 AdbClientTest.cpp5 PlatformAndroidTest.cpp6 7 LINK_LIBS8 lldbPluginPlatformAndroid9 )10 1include_directories(${LLDB_SOURCE_DIR}/source/Plugins/Platform/Android)2 3add_lldb_unittest(AdbClientTests4 AdbClientTest.cpp5 PlatformAndroidTest.cpp6 7 LINK_LIBS8 lldbPluginPlatformAndroid9 )10