diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt index e14b2caf335..5ec62ba7632 100644 --- a/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt +++ b/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt @@ -1,15 +1,15 @@ list(APPEND PLUGIN_PLATFORM_MACOSX_SOURCES + PlatformAppleSimulator.cpp PlatformDarwin.cpp PlatformDarwinKernel.cpp + PlatformiOSSimulator.cpp PlatformMacOSX.cpp PlatformRemoteiOS.cpp ) if(CMAKE_SYSTEM_NAME MATCHES "Darwin") list(APPEND PLUGIN_PLATFORM_MACOSX_SOURCES - PlatformAppleSimulator.cpp PlatformiOSSimulatorCoreSimulatorSupport.mm - PlatformiOSSimulator.cpp ) endif() |