diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt index 63ac31ebae6..15fa9bfb244 100644 --- a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt +++ b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt @@ -1,7 +1,9 @@ add_lldb_library(lldbPluginPlatformMacOSX + PlatformAppleSimulator.cpp PlatformDarwin.cpp PlatformDarwinKernel.cpp PlatformiOSSimulator.cpp + PlatformiOSSimulatorCoreSimulatorSupport.mm PlatformMacOSX.cpp PlatformRemoteiOS.cpp ) |