llvm-project/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt

8 lines
166 B
CMake

add_lldb_library(lldbPluginPlatformMacOSX
PlatformDarwin.cpp
PlatformDarwinKernel.cpp
PlatformiOSSimulator.cpp
PlatformMacOSX.cpp
PlatformRemoteiOS.cpp
)