1add_lldb_unittest(LLDBPlatformTests 2 PlatformAppleSimulatorTest.cpp 3 PlatformDarwinTest.cpp 4 PlatformMacOSXTest.cpp 5 PlatformSiginfoTest.cpp 6 PlatformTest.cpp 7 8 LINK_LIBS 9 lldbPluginPlatformFreeBSD 10 lldbPluginPlatformLinux 11 lldbPluginPlatformMacOSX 12 lldbPluginPlatformNetBSD 13 LINK_COMPONENTS 14 Support 15 ) 16 17add_subdirectory(Android) 18