19 lines · plain
1add_lldb_unittest(LLDBPlatformTests2 PlatformAppleSimulatorTest.cpp3 PlatformDarwinTest.cpp4 PlatformMacOSXTest.cpp5 PlatformSiginfoTest.cpp6 PlatformTest.cpp7 8 LINK_COMPONENTS9 Support10 LINK_LIBS11 lldbPluginPlatformFreeBSD12 lldbPluginPlatformLinux13 lldbPluginPlatformMacOSX14 lldbPluginPlatformNetBSD15 )16 17add_subdirectory(Android)18add_subdirectory(gdb-server)19